1. 03 5月, 2008 2 次提交
    • H
      types: add C99-style constructors to <asm-generic/int-*.h> · c25bd298
      H. Peter Anvin 提交于
      Add C99-style constructor macros for fixed types to
      <asm-generic/int-*.h>.  Since Linux uses names like "u64" instead of
      "uint64_t", the constructor macros are called U64_C() instead of
      UINT64_C() and so forth.
      
      These macros allow specific sizes to be specified as
      U64_C(0x123456789abcdef), without gcc issuing warnings as it will if
      one writes (u64)0x123456789abcdef.
      
      When used from assembly, these macros pass their argument unchanged.
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      c25bd298
    • H
      types: create <asm-generic/int-*.h> · d13ff31c
      H. Peter Anvin 提交于
      This creates two generic files with common integer definitions; one
      where 64 bits is "long" (most 64-bit architectures) and one where 64
      bits is "long long" (all 32-bit architectures and x86-64.)
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      Cc: Anton Blanchard <anton@samba.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Bryan Wu <cooloney@kernel.org>
      Cc: Chris Zankel <chris@zankel.net>
      Cc: David Howells <dhowells@redhat.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Grant Grundler <grundler@parisc-linux.org>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Hirokazu Takata <takata@linux-m32r.org>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Jesper Nilsson <jesper.nilsson@axis.com>
      Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
      Cc: Kyle McMartin <kyle@parisc-linux.org>
      Cc: Lennert Buytenhek <kernel@wantstofly.org>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Matthew Wilcox <matthew@wil.cx>
      Cc: Mikael Starvik <starvik@axis.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: William L. Irwin <wli@holomorphy.com>
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      d13ff31c
  2. 17 10月, 2007 1 次提交
  3. 05 9月, 2005 1 次提交
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4