1. 25 Aug, 2005 1 commit
    • Len Brown's avatar
      [ACPI] IA64-related ACPI Kconfig fixes · eb7b6b32
      Len Brown authored
      Build issues were mostly in the ACPI=n case -- don't do that.
      Select ACPI from IA64_GENERIC.
      Add some missing dependencies on ACPI.
      
      Mark BLACKLIST_YEAR and some laptop-only ACPI drivers
      as X86-only.  Let me know when you get an IA64 Laptop.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      eb7b6b32
  2. 24 Aug, 2005 4 commits
  3. 23 Aug, 2005 18 commits
  4. 22 Aug, 2005 1 commit
  5. 21 Aug, 2005 4 commits
  6. 20 Aug, 2005 11 commits
  7. 19 Aug, 2005 1 commit
    • Al Viro's avatar
      [SPARC]: Fix weak aliases · 83c4e437
      Al Viro authored
      sparc_ksyms.c used to declare weak alias to several gcc intrinsics.  It
      doesn't work with gcc4 anymore - it wants a declaration for the thing
      we are aliasing to and that's not going to happen for something like
      .mul, etc.  Replaced with direct injection of weak alias on the assembler
      level - .weak <alias> followed by <alias> = <aliased>; that works on all
      gcc versions.
      Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      83c4e437