1. 21 2月, 2012 1 次提交
    • H
      x32: Handle the x32 system call flag · fca460f9
      H. Peter Anvin 提交于
      x32 shares most system calls with x86-64, but unfortunately some
      subsystem (the input subsystem is the chief offender) which require
      is_compat() when operating with a 32-bit userspace.  The input system
      actually has text files in sysfs whose meaning is dependent on
      sizeof(long) in userspace!
      
      We could solve this by having two completely disjoint system call
      tables; requiring that each system call be duplicated.  This patch
      takes a different approach: we add a flag to the system call number;
      this flag doesn't affect the system call dispatch but requests compat
      treatment from affected subsystems for the duration of the system call.
      
      The change of cmpq to cmpl is safe since it immediately follows the
      and.
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      fca460f9
  2. 08 1月, 2012 1 次提交
  3. 17 2月, 2010 1 次提交
  4. 23 9月, 2009 1 次提交
  5. 23 10月, 2008 2 次提交
  6. 22 10月, 2008 1 次提交
  7. 05 9月, 2008 1 次提交
  8. 27 7月, 2008 1 次提交