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:
5ad7b85
)
Staging: comedi: drivers.c: fix PAGE_KERNEL_NOCACHE issue
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 9 Jun 2011 19:13:08 +0000
(12:13 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 9 Jun 2011 19:13:53 +0000
(12:13 -0700)
Not all arches have PAGE_KERNEL_NOCACHE, so use the "normal" PAGE_KERNEL
on those that do not have it.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found