Re: [PATCH] mm: break circular include from linux/mmzone.h

2013-02-05 Thread Andrew Morton
On Tue, 05 Feb 2013 13:56:36 +0800 li guang wrote: > ___ 2013-02-04__ 21:20 -0800___David Rientjes_ > > On Tue, 5 Feb 2013, liguang wrote: > > > > > linux/mmzone.h included linux/memory_hotplug.h, > > > and linux/memory_hotplug.h also included > > > linux/mmzone.h, so there's a bad c

Re: [PATCH] mm: break circular include from linux/mmzone.h

2013-02-04 Thread li guang
在 2013-02-04一的 21:20 -0800,David Rientjes写道: > On Tue, 5 Feb 2013, liguang wrote: > > > linux/mmzone.h included linux/memory_hotplug.h, > > and linux/memory_hotplug.h also included > > linux/mmzone.h, so there's a bad cirlular. > > > > And both of these are protected by _LINUX_MMZONE_H and > __

Re: [PATCH] mm: break circular include from linux/mmzone.h

2013-02-04 Thread David Rientjes
On Tue, 5 Feb 2013, liguang wrote: > linux/mmzone.h included linux/memory_hotplug.h, > and linux/memory_hotplug.h also included > linux/mmzone.h, so there's a bad cirlular. > And both of these are protected by _LINUX_MMZONE_H and __LINUX_MEMORY_HOTPLUG_H, respectively, so what's the problem? --