I don't have any way to test this patch right now, so I'll just add it in upcoming 4.01.
Thanks for your work.
Sam.
De : Stefan Reinauer [mailto:stepan@coresystems.de] Envoyé : samedi 23 janvier 2010 16:24 À : coreboot; memtest@memtest.org; Myles Watson Objet : Re: [coreboot] [PATCH] Update LinuxBIOS/coreboot support in memtest86+ 4.0
On 1/23/10 4:17 PM, Peter Stuge wrote:
Stefan Reinauer wrote:
+++ memtest86+-4.00/linuxbios.c 2010-01-23 12:45:06.000000000 +0100
..
@@ -54,16 +54,16 @@ }
#define for_each_lbrec(head, rec) \ - for(rec = (struct lb_record *)(((char *)head) + sizeof(*head)); \ + for(rec = (struct cb_record *)(((char *)head) + sizeof(*head)); \
The macro name above still has lb - should that change too?
//Peter
Yes, absolutely. New patch attached.
Stefan