Files
android_kernel_xiaomi_sm8450/include/linux
David Howells 786d35d45c Make most arch asm/module.h files use asm-generic/module.h
Use the mapping of Elf_[SPE]hdr, Elf_Addr, Elf_Sym, Elf_Dyn, Elf_Rel/Rela,
ELF_R_TYPE() and ELF_R_SYM() to either the 32-bit version or the 64-bit version
into asm-generic/module.h for all arches bar MIPS.

Also, use the generic definition mod_arch_specific where possible.

To this end, I've defined three new config bools:

 (*) HAVE_MOD_ARCH_SPECIFIC

     Arches define this if they don't want to use the empty generic
     mod_arch_specific struct.

 (*) MODULES_USE_ELF_RELA

     Arches define this if their modules can contain RELA records.  This causes
     the Elf_Rela mapping to be emitted and allows apply_relocate_add() to be
     defined by the arch rather than have the core emit an error message.

 (*) MODULES_USE_ELF_REL

     Arches define this if their modules can contain REL records.  This causes
     the Elf_Rel mapping to be emitted and allows apply_relocate() to be
     defined by the arch rather than have the core emit an error message.

Note that it is possible to allow both REL and RELA records: m68k and mips are
two arches that do this.

With this, some arch asm/module.h files can be deleted entirely and replaced
with a generic-y marker in the arch Kbuild file.

Additionally, I have removed the bits from m32r and score that handle the
unsupported type of relocation record as that's now handled centrally.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-09-28 14:31:03 +09:30
..
2012-08-02 13:51:46 -04:00
2012-07-30 18:16:01 -07:00
2012-07-30 18:15:23 -07:00
2006-09-26 17:40:24 -04:00
2012-04-23 14:23:32 +03:00
2012-05-15 17:30:30 -04:00
2012-06-06 15:20:22 -04:00
2008-07-01 11:28:06 +10:00
2009-06-17 00:36:36 -04:00
2010-11-23 20:14:46 +00:00
2012-07-30 17:25:21 -07:00
2005-04-16 15:20:36 -07:00
2011-07-20 20:47:43 -04:00
2009-09-08 17:42:50 -07:00
2012-06-29 11:38:17 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2008-12-03 22:12:38 -08:00
2005-04-16 15:20:36 -07:00
2011-10-26 15:43:25 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2009-04-01 08:59:23 -07:00
2011-01-15 20:07:45 -05:00
2011-03-22 17:43:59 -07:00
2005-04-16 15:20:36 -07:00
2008-10-20 08:52:42 -07:00
2011-03-11 14:25:50 +00:00
2009-01-30 23:40:06 +05:30
2012-03-20 21:29:46 -04:00
2011-08-03 11:30:42 -04:00
2008-06-06 11:29:10 -07:00
2005-04-16 15:20:36 -07:00
2010-06-24 21:30:09 -07:00
2009-11-20 20:13:39 +01:00
2011-07-26 16:49:47 -07:00
2012-08-07 10:10:57 +02:00
2005-04-16 15:20:36 -07:00
2012-07-31 18:42:43 -07:00
2012-06-06 19:12:30 -07:00
2012-07-30 17:25:11 -07:00
2011-03-31 11:26:23 -03:00
2010-10-25 08:02:40 -07:00
2008-07-25 10:53:33 -07:00
2005-04-16 15:20:36 -07:00
2012-09-17 15:00:38 -07:00
2012-09-17 15:00:38 -07:00
2005-04-16 15:20:36 -07:00
2012-01-03 22:54:57 -05:00
2011-10-29 21:20:22 +02:00
2011-03-31 11:26:23 -03:00
2005-04-16 15:20:36 -07:00
2007-07-17 10:23:04 -07:00
2012-03-23 16:58:38 -07:00
2008-12-25 11:01:43 +11:00
2007-05-10 18:24:13 +02:00
2011-12-13 09:26:45 +00:00
2008-02-03 15:42:53 +02:00
2012-04-14 15:24:26 -04:00
2010-08-04 11:00:45 +02:00
2011-05-23 10:47:06 -05:00
2012-05-02 14:15:27 -05:00
2011-05-29 13:03:09 +01:00
2012-05-25 12:46:23 +05:30
2007-02-09 17:39:36 -05:00
2009-11-04 09:50:58 -08:00
2012-05-10 12:00:56 +02:00
2009-01-30 23:46:40 +05:30
2011-11-26 14:59:39 -05:00
2008-01-28 23:21:18 +01:00
2011-12-11 18:25:16 -05:00
2012-06-27 15:42:24 -07:00
2011-09-14 15:24:51 -04:00
2012-05-29 23:28:33 -04:00
2006-03-31 12:18:54 -08:00
2011-01-12 20:16:43 -05:00
2005-04-16 15:20:36 -07:00
2011-03-14 19:12:20 -04:00
2012-07-22 23:57:58 +04:00
2011-01-10 08:51:44 -08:00
2005-04-16 15:20:36 -07:00
2011-01-07 17:50:27 +11:00
2012-08-04 01:24:44 +04:00
2009-06-18 13:04:05 -07:00
2009-11-04 09:50:58 -08:00
2007-07-10 00:35:17 -04:00
2010-10-25 14:11:37 -07:00
2012-04-27 10:46:45 +08:00
2012-07-05 15:04:10 +02:00
2011-07-01 15:34:45 -07:00
2009-09-01 01:13:31 -07:00
2010-02-09 11:13:56 +01:00
2010-03-07 22:17:09 +01:00
2010-10-12 16:53:37 +02:00
2005-04-16 15:20:36 -07:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2011-02-23 00:53:26 +00:00
2012-07-02 15:11:12 +02:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2005-04-16 15:20:36 -07:00
2012-03-27 22:45:26 -04:00
2010-06-03 03:21:52 -07:00
2005-05-05 14:25:59 -07:00
2009-11-04 09:50:58 -08:00
2005-04-16 15:20:36 -07:00
2008-08-02 18:36:10 +01:00
2005-04-16 15:20:36 -07:00
2006-10-10 15:37:22 -07:00
2012-03-20 12:47:48 +01:00
2005-04-16 15:20:36 -07:00
2010-08-09 20:45:05 -07:00
2012-05-07 10:58:57 -06:00
2012-03-20 12:47:47 +01:00
2012-01-03 22:55:17 -05:00
2009-04-21 13:41:48 -07:00
2006-10-04 00:31:09 -07:00
2012-08-06 13:33:21 -07:00
2012-07-19 10:38:32 -04:00
2010-10-07 14:08:55 +01:00
2012-04-09 11:16:55 -07:00
2010-06-03 03:21:52 -07:00
2011-03-31 11:26:23 -03:00
2010-08-10 11:49:21 -07:00
2010-12-09 20:17:07 -08:00
2012-03-08 10:50:35 -08:00
2012-05-31 17:49:32 -07:00
2011-02-17 11:12:40 -08:00
2012-07-31 08:16:42 -05:00
2012-05-31 17:49:30 -07:00
2012-03-08 10:50:35 -08:00
2012-05-11 10:56:56 +01:00
2011-01-13 17:32:47 -08:00
2011-01-24 14:45:11 +10:30
2012-08-22 10:24:41 -04:00
2010-09-09 18:57:24 -07:00
2011-12-27 11:26:41 +02:00
2011-09-16 19:20:20 -04:00
2012-05-29 23:28:41 -04:00
2007-07-17 10:23:03 -07:00
2007-07-16 09:05:34 -07:00
2009-06-16 19:47:48 -07:00
2012-03-15 21:41:34 +01:00
2005-04-16 15:20:36 -07:00
2012-05-09 13:58:06 -07:00
2012-09-17 15:00:37 -07:00
2009-06-16 08:40:20 +02:00
2012-05-22 15:20:28 -04:00
2009-01-31 00:00:35 +05:30
2011-07-26 16:49:47 -07:00
2005-04-16 15:20:36 -07:00
2006-11-30 04:40:22 +01:00
2008-06-06 11:29:12 -07:00
2011-07-26 16:49:47 -07:00
2012-07-29 21:24:13 +04:00
2012-07-09 16:42:24 -04:00
2009-06-17 18:02:11 -07:00
2012-05-26 14:17:30 -04:00
2012-07-30 19:06:52 -04:00
2012-07-30 19:06:52 -04:00
2012-07-10 10:32:06 -05:00
2012-05-21 14:31:48 +01:00
2012-07-31 18:42:43 -07:00
2005-04-16 15:20:36 -07:00
2012-06-20 14:39:36 -07:00
2011-01-16 13:47:07 -05:00
2012-08-30 13:14:48 -04:00
2011-12-05 10:21:45 -08:00
2012-05-14 14:15:32 -07:00
2005-04-16 15:20:36 -07:00
2011-05-26 17:12:37 -07:00
2012-07-12 07:54:46 -07:00
2012-05-12 15:53:42 -04:00
2011-12-13 09:26:45 +00:00
2006-10-03 23:01:26 +02:00
2011-11-02 16:07:02 -07:00
2011-01-13 08:03:21 -08:00
2011-03-31 11:26:23 -03:00
2007-10-19 11:53:41 -07:00
2012-06-15 12:56:57 +02:00
2012-03-20 21:29:38 -04:00
2012-01-03 22:55:07 -05:00
2012-07-19 10:38:32 -04:00
2010-02-10 17:47:17 -08:00
2005-04-16 15:20:36 -07:00
2010-09-08 18:16:55 -07:00
2009-11-04 09:50:58 -08:00
2010-05-11 10:09:47 +02:00
2012-03-28 18:30:03 +01:00
2005-04-16 15:20:36 -07:00
2010-06-03 03:21:52 -07:00
2008-02-07 08:42:34 -08:00
2012-07-30 17:25:20 -07:00
2012-06-01 12:58:52 -04:00
2012-07-02 13:40:06 +03:00
2011-03-31 11:26:23 -03:00
2012-06-05 17:32:30 +02:00
2012-07-16 22:31:34 -07:00
2011-07-26 16:49:47 -07:00
2005-04-16 15:20:36 -07:00
2011-12-13 09:26:45 +00:00
2012-06-13 21:16:42 +02:00
2008-07-20 17:12:37 -07:00
2010-08-09 16:48:44 -04:00
2012-05-14 18:53:19 -04:00
2011-08-16 00:16:49 -07:00
2005-04-16 15:20:36 -07:00
2012-07-23 00:58:46 -07:00
2008-10-13 09:51:40 -07:00
2006-03-31 12:18:56 -08:00
2010-11-29 08:55:25 +11:00
2010-11-29 08:55:22 +11:00
2012-07-22 23:57:55 +04:00
2009-11-10 20:54:38 -08:00
2012-06-18 13:42:03 +02:00
2005-04-16 15:20:36 -07:00
2011-11-02 16:07:02 -07:00
2012-07-31 08:16:24 -06:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2012-05-22 12:16:16 +09:30
2012-07-31 18:42:50 -07:00
2012-03-28 18:30:03 +01:00
2011-03-31 11:26:23 -03:00
2012-08-04 12:15:37 +04:00
2011-09-14 15:24:51 -04:00
2011-03-31 11:26:23 -03:00
2011-01-13 08:03:24 -08:00
2005-04-16 15:20:36 -07:00
2010-04-06 20:35:58 +04:00