Thread (21 messages) 21 messages, 11 authors, 2007-01-08

Re: [PATCH] Fix sparsemem on Cell

From: Arnd Bergmann <arnd@arndb.de>
Date: 2006-12-19 09:02:06
Also in: linux-mm, lkml

On Tuesday 19 December 2006 00:16, Dave Hansen wrote:
How about an enum, or a pair of #defines?
=20
enum context
{
=A0 =A0 =A0 =A0 EARLY,
=A0 =A0 =A0 =A0 HOTPLUG
};
Sounds good, but since this is in a global header file, it needs
to be in an appropriate name space, like

enum memmap_context {
	MEMMAP_EARLY,
	MEMMAP_HOTPLUG,
};

	Arnd <><
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help