Commit 34afcdd9 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Remove x86_64 leftover SIMNOW code

From: Pavel Machek <pavel@ucw.cz>

This is obsolete x86-64 code.
parent 546e1d8b
......@@ -107,15 +107,7 @@ static int __init dmi_iterate(void (*decode)(struct dmi_header *))
u8 buf[15];
u32 fp=0xF0000;
#ifdef CONFIG_SIMNOW
/*
* Skip on x86/64 with simnow. Will eventually go away
* If you see this ifdef in 2.6pre mail me !
*/
return -1;
#endif
while( fp < 0xFFFFF)
while (fp < 0xFFFFF)
{
isa_memcpy_fromio(buf, fp, 15);
if(memcmp(buf, "_DMI_", 5)==0 && dmi_checksum(buf))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment