summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-09-22 10:37:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-22 10:37:07 +0200
commit2869779aae5e661c9085709146879d82d0309946 (patch)
tree9eb06f433a5d82865f85c718342ebd08c475fd59 /target
parentbd4c1685e7e871405c3c94365dfc61786dd2001e (diff)
linux: remove upstreamed patch
Diffstat (limited to 'target')
-rw-r--r--target/linux/patches/6.1.53/m68k-Fix-invalid-.section-syntax.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/target/linux/patches/6.1.53/m68k-Fix-invalid-.section-syntax.patch b/target/linux/patches/6.1.53/m68k-Fix-invalid-.section-syntax.patch
deleted file mode 100644
index c2a73d76a..000000000
--- a/target/linux/patches/6.1.53/m68k-Fix-invalid-.section-syntax.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -Nur linux-6.1.44.orig/arch/m68k/fpsp040/skeleton.S linux-6.1.44/arch/m68k/fpsp040/skeleton.S
---- linux-6.1.44.orig/arch/m68k/fpsp040/skeleton.S 2023-08-08 20:03:51.000000000 +0200
-+++ linux-6.1.44/arch/m68k/fpsp040/skeleton.S 2023-08-14 04:47:03.786841535 +0200
-@@ -499,13 +499,13 @@
- dbf %d0,morein
- rts
-
-- .section .fixup,#alloc,#execinstr
-+ .section .fixup,"ax"
- .even
- 1:
- jbsr fpsp040_die
- jbra .Lnotkern
-
-- .section __ex_table,#alloc
-+ .section __ex_table,"a"
- .align 4
-
- .long in_ea,1b
-diff -Nur linux-6.1.44.orig/arch/m68k/ifpsp060/os.S linux-6.1.44/arch/m68k/ifpsp060/os.S
---- linux-6.1.44.orig/arch/m68k/ifpsp060/os.S 2023-08-08 20:03:51.000000000 +0200
-+++ linux-6.1.44/arch/m68k/ifpsp060/os.S 2023-08-14 04:47:03.798841249 +0200
-@@ -379,11 +379,11 @@
-
-
- | Execption handling for movs access to illegal memory
-- .section .fixup,#alloc,#execinstr
-+ .section .fixup,"ax"
- .even
- 1: moveq #-1,%d1
- rts
--.section __ex_table,#alloc
-+.section __ex_table,"a"
- .align 4
- .long dmrbuae,1b
- .long dmrwuae,1b
-diff -Nur linux-6.1.44.orig/arch/m68k/kernel/relocate_kernel.S linux-6.1.44/arch/m68k/kernel/relocate_kernel.S
---- linux-6.1.44.orig/arch/m68k/kernel/relocate_kernel.S 2023-08-08 20:03:51.000000000 +0200
-+++ linux-6.1.44/arch/m68k/kernel/relocate_kernel.S 2023-08-14 04:47:03.802841154 +0200
-@@ -26,7 +26,7 @@
- lea %pc@(.Lcopy),%a4
- 2: addl #0x00000000,%a4 /* virt_to_phys() */
-
-- .section ".m68k_fixup","aw"
-+ .section .m68k_fixup,"aw"
- .long M68K_FIXUP_MEMOFFSET, 2b+2
- .previous
-
-@@ -49,7 +49,7 @@
- lea %pc@(.Lcont040),%a4
- 5: addl #0x00000000,%a4 /* virt_to_phys() */
-
-- .section ".m68k_fixup","aw"
-+ .section .m68k_fixup,"aw"
- .long M68K_FIXUP_MEMOFFSET, 5b+2
- .previous
-