]> Pileus Git - ~andy/linux/commitdiff
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Mar 2011 17:14:56 +0000 (10:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Mar 2011 17:14:56 +0000 (10:14 -0700)
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86, AMD: Set ARAT feature on AMD processors
  x86, quirk: Fix SB600 revision check
  x86: stop_machine_text_poke() should issue sync_core()
  x86, amd-nb: Misc cleanliness fixes

1  2 
arch/x86/include/asm/amd_nb.h
arch/x86/kernel/cpu/amd.c

index e264ae5a144347c30aadac9561cd38af1fa418ab,527fb966ab5cce5f336c6f593d8e6a85c144d10e..331682231bb43c6a2a7ff7c40c1352cdeddd82f1
@@@ -13,10 -13,11 +13,10 @@@ extern const struct pci_device_id amd_n
  extern const struct amd_nb_bus_dev_range amd_nb_bus_dev_ranges[];
  struct bootnode;
  
- extern int early_is_amd_nb(u32 value);
+ extern bool early_is_amd_nb(u32 value);
  extern int amd_cache_northbridges(void);
  extern void amd_flush_garts(void);
 -extern int amd_numa_init(unsigned long start_pfn, unsigned long end_pfn);
 -extern int amd_scan_nodes(void);
 +extern int amd_numa_init(void);
  extern int amd_get_subcaches(int);
  extern int amd_set_subcaches(int, int);
  
Simple merge