[SPARC64]: Fix inconsistent .section usage in lib/
commit4787083fcce866e275bedeb87cd6dfba34c84253
authorSam Ravnborg <sam@ravnborg.org>
Fri, 1 Feb 2008 00:48:49 +0000 (31 16:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:32:44 +0000 (31 19:32 -0800)
tree82b48b36727aba73dcdfd152e2a20da3af13832a
parentc6d64c16bb193c8ca2ccc0b3c556a4574a02408b
[SPARC64]: Fix inconsistent .section usage in lib/

A few places missed the "a" specifier for the __ex_table section. Add
these so we avoid generation an additional section at link time.

Latest modpost would otherwise complain like this:

WARNING: vmlinux.o (__ex_table.2): section name inconsistency.
(.[number]+) following section name.
Did you forget to use "ax"/"aw" in a .S file?
Note that for example <linux/init.h> contains
section definitions for use in .S files.
WARNING: vmlinux.o (__ex_table.4): section name inconsistency.
(.[number]+) following section name.
Did you forget to use "ax"/"aw" in a .S file?
Note that for example <linux/init.h> contains
section definitions for use in .S files.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/lib/GENbzero.S
arch/sparc64/lib/NGbzero.S