sparc: export openprom.h to userspace
authorSam Ravnborg <sam@ravnborg.org>
Fri, 13 Jun 2008 18:20:54 +0000 (20:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 04:42:23 +0000 (21:42 -0700)
sparc64 exports openprom.h to userspace so let sparc follow
the example.
As openprom.h pulled in another not-for-export vaddrs.h header
file it required a few changes to fix the build.

The definition af VMALLOC_* were moved to pgtable as this is
where sparc64 has them.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found