Get rid of #if 01 and debug prints that are compiled out.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2318 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -267,15 +267,8 @@ GLIUInit(struct gliutable *gl){
|
|||||||
while (gl->desc_type != GL_END){
|
while (gl->desc_type != GL_END){
|
||||||
switch(gl->desc_type){
|
switch(gl->desc_type){
|
||||||
default:
|
default:
|
||||||
#if 01
|
|
||||||
/* For Unknown types: Write then read MSR */
|
/* For Unknown types: Write then read MSR */
|
||||||
writeglmsr(gl);
|
writeglmsr(gl);
|
||||||
#else
|
|
||||||
printk_err("%s: name %x, type %x, hi %x, lo %x: unsupported type: ", __FUNCTION__,
|
|
||||||
gl->desc_name, gl->desc_type, gl->hi, gl->hi);
|
|
||||||
printk_err("Must be %x, %x, %x, %x, %x, or %x\n", SC_SHADOW,R_SYSMEM,BMO_DMM,
|
|
||||||
BM_DMM, BMO_SMM,BM_SMM);
|
|
||||||
#endif
|
|
||||||
case SC_SHADOW: /* Check for a Shadow entry*/
|
case SC_SHADOW: /* Check for a Shadow entry*/
|
||||||
ShadowInit(gl);
|
ShadowInit(gl);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user