From 236840eb473d271450d9864d1c46927ddaf305ee Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 15 Feb 2017 21:54:37 +0100 Subject: kernel: update kernel 4.9 to version 4.9.10 Signed-off-by: Hauke Mehrtens --- target/linux/cns3xxx/patches-4.9/097-l2x0_cmdline_disable.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/cns3xxx/patches-4.9') diff --git a/target/linux/cns3xxx/patches-4.9/097-l2x0_cmdline_disable.patch b/target/linux/cns3xxx/patches-4.9/097-l2x0_cmdline_disable.patch index 3227840935..b4720b11de 100644 --- a/target/linux/cns3xxx/patches-4.9/097-l2x0_cmdline_disable.patch +++ b/target/linux/cns3xxx/patches-4.9/097-l2x0_cmdline_disable.patch @@ -8,15 +8,15 @@ +static int cns3xxx_l2x0_enable = 1; + +static int __init cns3xxx_l2x0_disable(char *s) - { -- void __iomem *base = ioremap(CNS3XXX_L2C_BASE, SZ_4K); ++{ + cns3xxx_l2x0_enable = 0; + return 1; +} +__setup("nol2x0", cns3xxx_l2x0_disable); + +static int __init cns3xxx_l2x0_init(void) -+{ + { +- void __iomem *base = ioremap(CNS3XXX_L2C_BASE, SZ_4K); + void __iomem *base; u32 val; -- cgit v1.2.3