1. 23 10月, 2008 2 次提交
  2. 13 8月, 2008 1 次提交
    • I
      x86: fix xsave build error · 26d809af
      Ingo Molnar 提交于
      fix this build failure with certain glibc versions:
      
      In file included from /usr/include/bits/sigcontext.h:28,
                       from /usr/include/signal.h:333,
                       from Documentation/accounting/getdelays.c:24:
      /home/mingo/tip/usr/include/asm/sigcontext.h:191: error: expected specifier-qualifier-list before ‘u64’
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      26d809af
  3. 31 7月, 2008 1 次提交
  4. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  5. 17 4月, 2008 1 次提交
  6. 13 2月, 2008 1 次提交
    • I
      x86: fix sigcontext.h user export · 1cdde191
      Ingo Molnar 提交于
      Jakub Jelinek reported that some user-space code that relies on
      kernel headers has built dependency on the sigcontext->eip/rip
      register names - which have been unified in commit:
      
        commit 742fa54a
        Author: H. Peter Anvin <hpa@zytor.com>
        Date:   Wed Jan 30 13:30:56 2008 +0100
      
            x86: use generic register names in struct sigcontext
      
      so give the old layout to user-space. This is not particularly
      pretty, but it's an ABI so there's no danger of the two definitions
      getting out of sync.
      Reported-by: NJakub Jelinek <jakub@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      1cdde191
  7. 30 1月, 2008 1 次提交
  8. 24 10月, 2007 1 次提交
  9. 11 10月, 2007 1 次提交