commit | 6717c282e407650c29e7b058623d89f543015a33 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jul 31 20:32:35 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 31 20:32:35 2008 -0700 |
tree | d23e0e8cea5ec49f5946dfd35bd20ec6e6cd53a9 | |
parent | 9c636e30a33aa37873c53977c429f0fdad4ec0eb [diff] |
sparc: Add __KERNEL__ ifdef protection to pt_regs helpers. 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>