[PATCH] mempolicy.c compile fix, make sure BITS_PER_BYTE is defined
authorDave Jones <davej@redhat.com>
Thu, 2 Mar 2006 04:10:31 +0000 (23:10 -0500)
committerChris Wright <chrisw@sous-sol.org>
Sun, 5 Mar 2006 19:07:18 +0000 (11:07 -0800)
commitb74ed9233e914d8b76216168e475a9df62c28ac2
tree187ad3413bad4b256c409f289bceff766081545a
parent166f00bf649517bb377b23e668b3fd52497f63d0
[PATCH] mempolicy.c compile fix, make sure BITS_PER_BYTE is defined

Gar..

mm/mempolicy.c: In function 'get_nodes':
mm/mempolicy.c:527: error: 'BITS_PER_BYTE' undeclared (first use in this function)
mm/mempolicy.c:527: error: (Each undeclared identifier is reported only once
mm/mempolicy.c:527: error: for each function it appears in.)

About to retry a build with the below patch which should do the trick.
(How did this *ever* build?)

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
include/linux/types.h