X86: Add the arch_prctl system call and fix up some microcoding.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 5 Aug 2007 03:02:41 +0000 (20:02 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 5 Aug 2007 03:02:41 +0000 (20:02 -0700)
commit0e6be2a9b16660903306b2762e69a2678a54a6ba
tree6153074fdb4b696a5cf2da51a2a81edaa039b0d9
parent121a894ce0d551e860392f9aa6bd381329a25b96
X86: Add the arch_prctl system call and fix up some microcoding.
The arch_prctl system call is used to set and get the FS and GS segment
bases. The FS segment is use for TLS, so glibc needs to be able to set it
up.

--HG--
extra : convert_revision : 79501491a15967a7a862add846ff88a934fb1b37
src/arch/x86/isa/insts/logical.py
src/arch/x86/linux/syscalls.cc