Skip to content
Snippets Groups Projects
Commit 664ef212 authored by Cesar Eduardo Barros's avatar Cesar Eduardo Barros Committed by H. Peter Anvin
Browse files

x86-64, doc: Remove int 0xcc from entry_64.S documentation


Commit 3ae36655 (x86-64: Rework vsyscall
emulation and add vsyscall= parameter) removed the special use of the
0xcc IDT vector.

Remove it from Documentation/x86/entry_64.txt also.

Signed-off-by: default avatarCesar Eduardo Barros <cesarb@cesarb.net>
Acked-by: default avatarAndy Lutomirski <luto@MIT.EDU>
Link: http://lkml.kernel.org/r/1313447210-9149-1-git-send-email-cesarb@cesarb.net


Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent fab1167c
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,6 @@ Some of these entries are: ...@@ -27,9 +27,6 @@ Some of these entries are:
magically-generated functions that make their way to do_IRQ with magically-generated functions that make their way to do_IRQ with
the interrupt number as a parameter. the interrupt number as a parameter.
- emulate_vsyscall: int 0xcc, a special non-ABI entry used by
vsyscall emulation.
- APIC interrupts: Various special-purpose interrupts for things - APIC interrupts: Various special-purpose interrupts for things
like TLB shootdown. like TLB shootdown.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment