Minor style(9) nit.
This commit is contained in:
parent
d339df73a5
commit
f5190c1277
@ -2215,8 +2215,8 @@ init386(first)
|
||||
* memory. The PCI host bridge should be programmed for this,
|
||||
* so we just query it.
|
||||
*/
|
||||
outl (0xcf8, 0x80000084);
|
||||
arch_i386_xbox_memsize = (inl (0xcfc) == 0x7FFFFFF) ? 128 : 64;
|
||||
outl(0xcf8, 0x80000084);
|
||||
arch_i386_xbox_memsize = (inl(0xcfc) == 0x7FFFFFF) ? 128 : 64;
|
||||
}
|
||||
#endif /* XBOX */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user