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:
Ronald G. Minnich 2006-06-12 20:36:51 +00:00
parent 878a6696ba
commit 90dc0db6de
1 changed files with 0 additions and 7 deletions

View File

@ -267,15 +267,8 @@ GLIUInit(struct gliutable *gl){
while (gl->desc_type != GL_END){
switch(gl->desc_type){
default:
#if 01
/* For Unknown types: Write then read MSR */
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*/
ShadowInit(gl);
break;