dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/edac
Doug Thompson 2d7bbb91c8 [PATCH] EDAC: mc numbers refactor 1-of-2
Remove add_mc_to_global_list().  In next patch, this function will be
reimplemented with different semantics.

1 Reimplement add_mc_to_global_list() with semantics that allow the caller to
  determine the ID number for a mem_ctl_info structure.  Then modify
  edac_mc_add_mc() so that the caller specifies the ID number for the new
  mem_ctl_info structure.  Platform-specific code should be able to assign the
  ID numbers in a platform-specific manner.  For instance, on Opteron it makes
  sense to have the ID of the mem_ctl_info structure match the ID of the node
  that the memory controller belongs to.

2 Modify callers of edac_mc_add_mc() so they use the new semantics.

Signed-off-by: Doug Thompson <norsk5@xmission.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-30 11:25:39 -07:00
..
Kconfig [PATCH] edac_752x needs CONFIG_HOTPLUG 2006-03-31 12:18:54 -08:00
Makefile [PATCH] EDAC: core EDAC support code 2006-01-18 19:20:31 -08:00
amd76x_edac.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
e7xxx_edac.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
e752x_edac.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
edac_mc.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
edac_mc.h [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
i82860_edac.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
i82875p_edac.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00
r82600_edac.c [PATCH] EDAC: mc numbers refactor 1-of-2 2006-06-30 11:25:39 -07:00