git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4b757
)
x86: uaccess: fix compilation error on CONFIG_M386
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Thu, 29 Jan 2009 19:49:18 +0000
(11:49 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 29 Jan 2009 20:29:02 +0000
(21:29 +0100)
In case of !CONFIG_X86_WP_WORKS_OK, __put_user_size_ex() is not defined.
Add macros for !CONFIG_X86_WP_WORKS_OK case.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found