Staging: comedi: drivers.c: fix PAGE_KERNEL_NOCACHE issue
commit408093d2a1724ea4c8518bd2bfee166132a6cbfa
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Jun 2011 19:13:08 +0000 (9 12:13 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Jun 2011 19:13:53 +0000 (9 12:13 -0700)
tree0bbc66b26eadc647828d6e10d79965d34d48640f
parent5ad7b85b90e30eb5af4fbf6ce21907a2bd8934df
Staging: comedi: drivers.c: fix PAGE_KERNEL_NOCACHE issue

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>
drivers/staging/comedi/drivers.c