sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Aug 2008 03:32:35 +0000 (20:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Aug 2008 03:32:35 +0000 (20:32 -0700)
Some of them use 'bool' and whatnot and therefore are not
kosher for userspace, so don't export them there.

Reported by Roland McGrath.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found