commit | 9cdcb56636717ccb935dc66c5d56681eaa5941c1 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Apr 25 14:18:07 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Apr 25 14:18:07 2006 +0100 |
tree | 290ac168d09b892641fd2f2f023b88f212976587 | |
parent | 8e442735ae6e2e1c857fb0c746027da8d8e40a81 [diff] |
Sanitise linux/mman.h for userspace consumption It only really needs to define a few constants and include <asm/mman.h> when it's used by userspace. Move the rest within #ifdef __KERNEL__ Signed-off-by: David Woodhouse <dwmw2@infradead.org>