* [patch 2.6.8-rc1] Extend oem section types for SN mca records
@ 2004-07-12 22:08 Keith Owens
0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2004-07-12 22:08 UTC (permalink / raw)
To: linux-ia64
SN mca records now contain oem data for platform memory errors.
Signed-off-by: Keith Owens <kaos@sgi.com>
Index: linux/arch/ia64/sn/kernel/mca.c
=================================--- linux.orig/arch/ia64/sn/kernel/mca.c Wed Jun 16 15:19:01 2004
+++ linux/arch/ia64/sn/kernel/mca.c Tue Jul 13 08:00:52 2004
@@ -123,7 +123,8 @@ int sn_salinfo_platform_oemdata(const u8
*oemdata_size = 0;
vfree(*oemdata);
*oemdata = NULL;
- if (efi_guidcmp(guid, SAL_PLAT_SPECIFIC_ERR_SECT_GUID) = 0)
+ if (efi_guidcmp(guid, SAL_PLAT_SPECIFIC_ERR_SECT_GUID) = 0 ||
+ efi_guidcmp(guid, SAL_PLAT_MEM_DEV_ERR_SECT_GUID) = 0)
return sn_platform_plat_specific_err_print(sect_header, oemdata, oemdata_size);
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-12 22:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12 22:08 [patch 2.6.8-rc1] Extend oem section types for SN mca records Keith Owens
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.