Re: [PATCH -next] alpha: Define ioremap_uc and ioremap_wc

2015-09-01 Thread Guenter Roeck
On Fri, Jul 31, 2015 at 07:32:39PM -0700, Guenter Roeck wrote: > Commit 3cc2dac5be3f ("drivers/video/fbdev/atyfb: Replace MTRR UC hole > with strong UC") introduces calls to ioremap_wc and ioremap_uc. This > causes build failures with alpha:allmodconfig. Map the missing functions > to

Re: [PATCH -next] alpha: Define ioremap_uc and ioremap_wc

2015-09-01 Thread Guenter Roeck
On Fri, Jul 31, 2015 at 07:32:39PM -0700, Guenter Roeck wrote: > Commit 3cc2dac5be3f ("drivers/video/fbdev/atyfb: Replace MTRR UC hole > with strong UC") introduces calls to ioremap_wc and ioremap_uc. This > causes build failures with alpha:allmodconfig. Map the missing functions > to

[PATCH -next] alpha: Define ioremap_uc and ioremap_wc

2015-07-31 Thread Guenter Roeck
Commit 3cc2dac5be3f ("drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC") introduces calls to ioremap_wc and ioremap_uc. This causes build failures with alpha:allmodconfig. Map the missing functions to ioremap_nocache. Fixes: 3cc2dac5be3f ("drivers/video/fbdev/atyfb: Replace

[PATCH -next] alpha: Define ioremap_uc and ioremap_wc

2015-07-31 Thread Guenter Roeck
Commit 3cc2dac5be3f (drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC) introduces calls to ioremap_wc and ioremap_uc. This causes build failures with alpha:allmodconfig. Map the missing functions to ioremap_nocache. Fixes: 3cc2dac5be3f (drivers/video/fbdev/atyfb: Replace