]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Feb 2018 21:54:52 +0000 (13:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Feb 2018 21:54:52 +0000 (13:54 -0800)
Pull xtense fix from Max Filippov:
 "Build fix for xtensa architecture with KASAN enabled"

* tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa:
  xtensa: fix build with KASAN

arch/nios2/boot/dts/3c120_devboard.dts
arch/nios2/configs/10m50_defconfig
arch/nios2/configs/3c120_defconfig

index 36ccdf05837dec19988d0be5206257d09a92ecd6..56f4b5df6d6506cb175ae2291c57bc4b0829d43c 100644 (file)
@@ -29,7 +29,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu: cpu@0x0 {
+               cpu: cpu@0 {
                        device_type = "cpu";
                        compatible = "altr,nios2-1.0";
                        reg = <0x00000000>;
@@ -69,7 +69,7 @@
                compatible = "altr,avalon", "simple-bus";
                bus-frequency = <125000000>;
 
-               pb_cpu_to_io: bridge@0x8000000 {
+               pb_cpu_to_io: bridge@8000000 {
                        compatible = "simple-bus";
                        reg = <0x08000000 0x00800000>;
                        #address-cells = <1>;
@@ -83,7 +83,7 @@
                                <0x00008000 0x08008000 0x00000020>,
                                <0x00400000 0x08400000 0x00000020>;
 
-                       timer_1ms: timer@0x400000 {
+                       timer_1ms: timer@400000 {
                                compatible = "altr,timer-1.0";
                                reg = <0x00400000 0x00000020>;
                                interrupt-parent = <&cpu>;
@@ -91,7 +91,7 @@
                                clock-frequency = <125000000>;
                        };
 
-                       timer_0: timer@0x8000 {
+                       timer_0: timer@8000 {
                                compatible = "altr,timer-1.0";
                                reg = < 0x00008000 0x00000020 >;
                                interrupt-parent = < &cpu >;
                                clock-frequency = < 125000000 >;
                        };
 
-                       jtag_uart: serial@0x4d50 {
+                       jtag_uart: serial@4d50 {
                                compatible = "altr,juart-1.0";
                                reg = <0x00004d50 0x00000008>;
                                interrupt-parent = <&cpu>;
                                interrupts = <1>;
                        };
 
-                       tse_mac: ethernet@0x4000 {
+                       tse_mac: ethernet@4000 {
                                compatible = "altr,tse-1.0";
                                reg = <0x00004000 0x00000400>,
                                        <0x00004400 0x00000040>,
                                };
                        };
 
-                       uart: serial@0x4c80 {
+                       uart: serial@4c80 {
                                compatible = "altr,uart-1.0";
                                reg = <0x00004c80 0x00000020>;
                                interrupt-parent = <&cpu>;
                        };
                };
 
-               cfi_flash_64m: flash@0x0 {
+               cfi_flash_64m: flash@0 {
                        compatible = "cfi-flash";
                        reg = <0x00000000 0x04000000>;
                        bank-width = <2>;
index 8b2a30b3b34fe286cc735a5f22bbe84a64d434bd..c601c8ff1ae68f36c9a59a9f741180f11e853467 100644 (file)
@@ -33,7 +33,6 @@ CONFIG_IP_PNP_RARP=y
 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
 # CONFIG_INET_XFRM_MODE_TUNNEL is not set
 # CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET_LRO is not set
 # CONFIG_IPV6 is not set
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
index 9451940678a03309ce9acd3b9d84bc0651013191..fce33588d55cde77e5fff2676e7d0c09e06bc12b 100644 (file)
@@ -35,7 +35,6 @@ CONFIG_IP_PNP_RARP=y
 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
 # CONFIG_INET_XFRM_MODE_TUNNEL is not set
 # CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET_LRO is not set
 # CONFIG_IPV6 is not set
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"