[kernel] r11713 - dists/sid/linux-2.6/debian/patches/bugfix

Maximilian Attems maks at alioth.debian.org
Thu Jun 26 22:32:36 UTC 2008


Author: maks
Date: Thu Jun 26 22:32:35 2008
New Revision: 11713

Log:
fix commited alpha patch

argh mutt destroyed attached patch

Modified:
   dists/sid/linux-2.6/debian/patches/bugfix/alpha-kallsyms-data.patch

Modified: dists/sid/linux-2.6/debian/patches/bugfix/alpha-kallsyms-data.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/alpha-kallsyms-data.patch	(original)
+++ dists/sid/linux-2.6/debian/patches/bugfix/alpha-kallsyms-data.patch	Thu Jun 26 22:32:35 2008
@@ -32,8 +32,8 @@
 +++ b/arch/alpha/kernel/vmlinux.lds.S
 @@ -25,6 +25,13 @@ SECTIONS
  	} :kernel
- 	_etext =3D .;	/* End of text section */
-=20
+ 	_etext = .;	/* End of text section */
+
 +	NOTES :kernel :note
 +	.dummy : {
 +		*(.dummy)
@@ -42,12 +42,12 @@
 +	RODATA
 +
  	/* Exception table */
- 	. =3D ALIGN(16);
+ 	. = ALIGN(16);
  	__ex_table : {
 @@ -33,13 +40,6 @@ SECTIONS
- 		__stop___ex_table =3D .;
+ 		__stop___ex_table = .;
  	}
-=20
+
 -	NOTES :kernel :note
 -	.dummy : {
 -		*(.dummy)
@@ -56,6 +56,6 @@
 -	RODATA
 -
  	/* Will be freed after init */
- 	. =3D ALIGN(PAGE_SIZE);
+ 	. = ALIGN(PAGE_SIZE);
  	/* Init code and data */
 



More information about the Kernel-svn-changes mailing list