[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090705002709.GA28424@elte.hu>
Date: Sun, 5 Jul 2009 02:27:09 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Yinghai Lu <yinghai@...nel.org>
Cc: mingo@...hat.com, hpa@...or.com, linux-kernel@...r.kernel.org,
jaswinder@...nel.org, alan@...rguk.ukuu.org.uk,
jaswinderrajput@...il.com, akpm@...ux-foundation.org,
tglx@...utronix.de, linux-tip-commits@...r.kernel.org
Subject: Re: [tip:x86/cleanups] x86: Clean up mtrr/cleanup.c
* Yinghai Lu <yinghai@...nel.org> wrote:
> > static struct var_mtrr_range_state __initdata range_state[RANGE_NUM];
> > +
> > static int __initdata debug_print;
> > +#define Dprintk(x...) do { if (debug_print) printk(KERN_DEBUG x); } while (0)
> > +
> > +
>
> two blank lines?
ah, yes - i moved them around.
> > +#define BIOS_BUG_MSG KERN_WARNING \
> > + "WARNING: BIOS bug: VAR MTRR %d contains strange UC entry under 1M, check with your system vendor!\n"
>
> No user for this
yeah. Mind sending a patch for these? (and any other things you
might notice)
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists