1. 23 10月, 2008 2 次提交
  2. 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
  3. 30 1月, 2008 1 次提交
    • A
      x86: isolate PIC/PIT in/out calls · 466eed22
      Alan Cox 提交于
      Rather than remove and/or mangle inb_p/outb_p we want to remove the use
      of them from inappropriate places. For the PIC/PIT this may eventually
      depend on 32/64bitism or similar so start by adding inb/outb_pit and
      inb/outb_pic so that we can make them use any scheme we settle on without
      disturbing the existing, correct (for ISA), port 0x80 usage. (eg we can
      make inb_pit use udelay without messing up inb_p).
      
      Floppy already does this for the fdc. That really only leaves the CMOS as
      a core logic item to tackle, and bits of parallel port handling in the
      chipset layers.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      466eed22
  4. 13 10月, 2007 3 次提交
  5. 11 10月, 2007 1 次提交