1. 16 9月, 2009 2 次提交
    • I
      amd64_edac: build driver only on AMD hardware · b9183f9b
      Ingo Molnar 提交于
      -tip testing found the following build failure (config attached):
      
      drivers/built-in.o: In function `amd64_check':
      amd64_edac.c:(.text+0x3e9491): undefined reference to `amd_decode_nb_mce'
      drivers/built-in.o: In function `amd64_init_2nd_stage':
      amd64_edac.c:(.text+0x3e9b46): undefined reference to `amd_report_gart_errors'
      amd64_edac.c:(.text+0x3e9b55): undefined reference to `amd_register_ecc_decoder'
      drivers/built-in.o: In function `amd64_nbea_store':
      amd64_edac_dbg.c:(.text+0x3ea22e): undefined reference to `amd_decode_nb_mce'
      drivers/built-in.o: In function `amd64_remove_one_instance':
      amd64_edac.c:(.devexit.text+0x3eea): undefined reference to `amd_report_gart_errors'
      amd64_edac.c:(.devexit.text+0x3ef6): undefined reference to `amd_unregister_ecc_decoder'
      
      the AMD EDAC code has a dependency on CONFIG_CPU_SUP_AMD facilities. The
      patch below solves the problem here.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NBorislav Petkov <borislav.petkov@amd.com>
      b9183f9b
    • N
      Nicolas Pitre has a new email address · 2f82af08
      Nicolas Pitre 提交于
      Due to problems at cam.org, my nico@cam.org email address is no longer
      valid.  FRom now on, nico@fluxnic.net should be used instead.
      Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2f82af08
  2. 15 9月, 2009 22 次提交
  3. 14 9月, 2009 9 次提交
  4. 13 9月, 2009 2 次提交
  5. 12 9月, 2009 5 次提交