From c219fbf1c0ac45bc82f867a3e31dea4a3c3af2c3 Mon Sep 17 00:00:00 2001 From: Amerigo Wang Date: Fri, 10 Jul 2009 15:02:44 -0700 Subject: [PATCH] --- yaml --- r: 155249 b: refs/heads/master c: c368b4921bc6e309aba2fbee0efcbbc965008d9f h: refs/heads/master i: 155247: aa567b4c73d00b7bbc1ebcc1f9d2d18d70d6dc40 v: v3 --- [refs] | 2 +- trunk/Documentation/x86/00-INDEX | 2 ++ trunk/Documentation/{exception.txt => x86/exception-tables.txt} | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename trunk/Documentation/{exception.txt => x86/exception-tables.txt} (100%) diff --git a/[refs] b/[refs] index 7a18c85cb001..27d9b506a361 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3697cd9aa80125f7717c3c7e7253cfa49a39a388 +refs/heads/master: c368b4921bc6e309aba2fbee0efcbbc965008d9f diff --git a/trunk/Documentation/x86/00-INDEX b/trunk/Documentation/x86/00-INDEX index dbe3377754af..f37b46d34861 100644 --- a/trunk/Documentation/x86/00-INDEX +++ b/trunk/Documentation/x86/00-INDEX @@ -2,3 +2,5 @@ - this file mtrr.txt - how to use x86 Memory Type Range Registers to increase performance +exception-tables.txt + - why and how Linux kernel uses exception tables on x86 diff --git a/trunk/Documentation/exception.txt b/trunk/Documentation/x86/exception-tables.txt similarity index 100% rename from trunk/Documentation/exception.txt rename to trunk/Documentation/x86/exception-tables.txt