1. 03 9月, 2010 1 次提交
  2. 14 5月, 2010 1 次提交
  3. 01 9月, 2009 1 次提交
  4. 23 11月, 2008 1 次提交
    • C
      x86: move dwarf2 related macro to dwarf2.h · 8a2503fa
      Cyrill Gorcunov 提交于
      Impact: cleanup
      
      Move recently introduced dwarf2 macros to dwarf2.h file.
      It allow us to not duplicate them in assembly files.
      
      Active usage of _cfi macros don't make assembly files
      more obvious to understand but we already have a lot of
      macros there which requires to search the definitions
      of them *anyway*. But at least it make every cfi usage
      one line shorter.
      
      Also some code alignment is done.
      Signed-off-by: NCyrill Gorcunov <gorcunov@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      8a2503fa
  5. 23 10月, 2008 2 次提交
  6. 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
  7. 15 7月, 2008 2 次提交
  8. 12 7月, 2008 1 次提交
  9. 11 10月, 2007 1 次提交