diff options
author | Luis R. Rodriguez <mcgrof@suse.com> | 2014-12-09 17:54:44 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-12-11 05:33:22 -0500 |
commit | 96ed4cd0aa86ac1a753baeef26c911a9449493e9 (patch) | |
tree | 941f1c6436cade5832cd8ca168d96c49efcb21a6 /Documentation/x86 | |
parent | 02ecc41abcea4ff9291d548f6f846b29b354ddd2 (diff) |
x86/doc: Update documentation after file shuffling
While at it, also refer to the 32 bit entry file.
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: linux-doc@vger.kernel.org
Cc: bpoirier@suse.de
Link: http://lkml.kernel.org/r/1418165684-6226-1-git-send-email-mcgrof@do-not-panic.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/entry_64.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/x86/entry_64.txt b/Documentation/x86/entry_64.txt index bc7226ef5055..4a1c5c2dc5a9 100644 --- a/Documentation/x86/entry_64.txt +++ b/Documentation/x86/entry_64.txt | |||
@@ -7,9 +7,12 @@ http://lkml.kernel.org/r/<20110529191055.GC9835%40elte.hu> | |||
7 | The x86 architecture has quite a few different ways to jump into | 7 | The x86 architecture has quite a few different ways to jump into |
8 | kernel code. Most of these entry points are registered in | 8 | kernel code. Most of these entry points are registered in |
9 | arch/x86/kernel/traps.c and implemented in arch/x86/kernel/entry_64.S | 9 | arch/x86/kernel/traps.c and implemented in arch/x86/kernel/entry_64.S |
10 | and arch/x86/ia32/ia32entry.S. | 10 | for 64-bit, arch/x86/kernel/entry_32.S for 32-bit and finally |
11 | arch/x86/ia32/ia32entry.S which implements the 32-bit compatibility | ||
12 | syscall entry points and thus provides for 32-bit processes the | ||
13 | ability to execute syscalls when running on 64-bit kernels. | ||
11 | 14 | ||
12 | The IDT vector assignments are listed in arch/x86/include/irq_vectors.h. | 15 | The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h. |
13 | 16 | ||
14 | Some of these entries are: | 17 | Some of these entries are: |
15 | 18 | ||