mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
d0757237d7
This patch fixes a recent compilation regression in ocm:
ocm.c: In function ‘ocm_init_node’:
ocm.c:182:18: error: invalid operands to binary |
(have ‘int’ and ‘pgprot_t’ {aka ‘struct <anonymous>’})
_PAGE_EXEC | PAGE_KERNEL_NCG);
^
ocm.c:197:17: error: invalid operands to binary |
(have ‘int’ and ‘pgprot_t’ {aka ‘struct <anonymous>’})
_PAGE_EXEC | PAGE_KERNEL);
^
Fixes:
|
||
---|---|---|
.. | ||
cpm.c | ||
gpio.c | ||
hsta_msi.c | ||
machine_check.c | ||
Makefile | ||
msi.c | ||
ocm.c | ||
pci.c | ||
pci.h | ||
soc.c | ||
uic.c |