[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200801151100.35927.ak@suse.de>
Date: Tue, 15 Jan 2008 11:00:35 +0100
From: Andi Kleen <ak@...e.de>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: linux-kernel@...r.kernel.org, jbeulich@...ell.com, mingo@...e.hu,
tglx@...utronix.de
Subject: Re: [PATCH] [7/31] Extract page table dumping code from i386 fault handler into dump_pagetable()
> > +void dump_pagetable(unsigned long address)
>
> static?
This is used by other files too with future patches. Also
in general it's useful for debugging stuff - i often put calls
to it into debugging patches.
> > +{
> > + typeof(pte_val(__pte(0))) page;
>
> Is there any type that could be picked that would be nicer than
> sprinkling ((__typeof__(page) *), typeof(pte_val(__pte(0))) etc
> through here, I know it's just moving the code out to another
> function, just wondering if you had any better ideas that someone
> could follow-up on.
It could be pteval_t now which Jeremy recently introduced. But for pure
code movement I don't want to do any improvements.
-Andi
--
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