Rusty Russell
b92021b09d
CONFIG_SYMBOL_PREFIX: cleanup.
...
We have CONFIG_SYMBOL_PREFIX, which three archs define to the string
"_". But Al Viro broke this in "consolidate cond_syscall and
SYSCALL_ALIAS declarations" (in linux-next), and he's not the first to
do so.
Using CONFIG_SYMBOL_PREFIX is awkward, since we usually just want to
prefix it so something. So various places define helpers which are
defined to nothing if CONFIG_SYMBOL_PREFIX isn't set:
1) include/asm-generic/unistd.h defines __SYMBOL_PREFIX.
2) include/asm-generic/vmlinux.lds.h defines VMLINUX_SYMBOL(sym)
3) include/linux/export.h defines MODULE_SYMBOL_PREFIX.
4) include/linux/kernel.h defines SYMBOL_PREFIX (which differs from #7 )
5) kernel/modsign_certificate.S defines ASM_SYMBOL(sym)
6) scripts/modpost.c defines MODULE_SYMBOL_PREFIX
7) scripts/Makefile.lib defines SYMBOL_PREFIX on the commandline if
CONFIG_SYMBOL_PREFIX is set, so that we have a non-string version
for pasting.
(arch/h8300/include/asm/linkage.h defines SYMBOL_NAME(), too).
Let's solve this properly:
1) No more generic prefix, just CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX.
2) Make linux/export.h usable from asm.
3) Define VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR().
4) Make everyone use them.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
Reviewed-by: James Hogan <james.hogan@imgtec.com >
Tested-by: James Hogan <james.hogan@imgtec.com > (metag)
2013-03-15 15:09:43 +10:30
..
2013-02-26 09:24:48 -08:00
2013-03-02 16:33:54 -08:00
2012-10-17 12:31:15 +01:00
2013-01-28 18:17:25 -05:00
2013-02-26 15:03:06 -08:00
2013-02-21 15:27:22 -08:00
2013-01-30 07:54:34 -06:00
2011-03-31 11:26:23 -03:00
2013-02-13 08:35:43 -08:00
2013-01-03 15:41:20 +01:00
2013-03-01 13:39:00 -08:00
2013-03-08 16:03:29 -08:00
2013-02-09 15:22:14 +00:00
2013-02-20 11:00:43 -08:00
2013-03-03 12:06:09 -08:00
2013-02-28 18:02:55 -08:00
2013-02-27 19:10:09 -08:00
2013-02-26 11:41:08 -08:00
2013-02-24 14:37:22 -05:00
2013-02-22 09:22:19 +02:00
2013-02-26 17:24:26 -05:00
2013-02-13 06:16:08 -08:00
2013-02-15 09:52:29 +01:00
2013-03-02 16:33:54 -08:00
2013-02-16 13:34:10 -08:00
2013-01-02 17:36:10 -08:00
2013-03-01 06:07:22 +00:00
2013-02-22 09:20:11 -08:00
2013-02-21 12:11:44 -08:00
2013-02-08 13:16:17 -05:00
2013-03-02 16:46:07 -08:00
2012-10-17 12:31:15 +01:00
2013-02-21 15:27:22 -08:00
2013-03-02 09:34:39 -08:00
2012-10-13 10:46:48 +01:00
2012-09-24 12:38:02 -04:00
2012-02-09 09:04:23 -08:00
2011-06-06 22:55:11 -07:00
2012-10-08 13:50:19 +10:30
2012-10-08 13:50:20 +10:30
2009-09-08 17:42:50 -07:00
2013-01-23 09:32:30 -08:00
2013-01-03 15:57:16 -08:00
2012-12-02 00:05:12 +00:00
2012-10-09 16:22:46 +09:00
2012-03-16 10:38:24 -04:00
2013-01-11 14:54:56 -08:00
2009-04-01 08:59:23 -07:00
2012-10-13 10:46:48 +01:00
2010-12-06 15:58:43 -05:00
2013-02-21 17:22:19 -08:00
2012-12-17 17:15:16 -08:00
2012-09-10 11:13:16 -07:00
2011-03-11 14:25:50 +00:00
2013-03-01 12:47:16 +01:00
2013-02-26 02:46:13 -05:00
2012-03-04 17:54:34 -05:00
2011-08-03 11:30:42 -04:00
2012-03-23 16:58:34 -07:00
2008-06-06 11:29:10 -07:00
2013-01-11 19:53:53 +01:00
2013-01-14 15:00:36 +01:00
2013-02-23 17:50:12 -08:00
2008-11-28 12:38:38 +01:00
2013-02-20 09:37:28 -05:00
2013-01-14 15:00:36 +01:00
2013-02-21 17:22:16 -08:00
2010-03-03 11:25:58 +01:00
2012-10-13 10:46:48 +01:00
2011-01-13 08:03:17 -08:00
2012-10-13 10:46:48 +01:00
2012-09-14 09:57:37 -07:00
2010-03-24 16:31:22 -07:00
2012-05-02 09:30:32 +01:00
2013-01-31 22:15:36 +01:00
2013-01-31 19:57:30 -08:00
2013-02-13 06:00:53 -08:00
2013-02-23 17:50:10 -08:00
2013-02-25 09:24:55 -05:00
2013-02-21 17:22:15 -08:00
2013-02-21 17:22:15 -08:00
2013-02-21 17:22:15 -08:00
2012-12-06 01:22:31 +00:00
2013-02-21 17:22:16 -08:00
2013-02-15 16:45:06 +01:00
2008-04-30 08:29:54 -07:00
2010-08-10 13:47:42 -07:00
2013-02-25 16:46:44 -08:00
2008-06-04 14:56:12 +01:00
2013-01-26 17:37:17 +01:00
2012-11-22 15:59:52 +08:00
2011-09-23 12:05:29 +05:30
2013-01-11 14:54:54 -08:00
2012-07-17 12:39:26 -07:00
2013-01-09 08:26:53 -08:00
2012-03-24 10:08:39 -07:00
2011-08-06 22:12:37 -07:00
2012-03-29 19:52:48 +08:00
2009-09-10 10:00:05 -07:00
2013-02-26 02:46:09 -05:00
2012-10-13 10:46:48 +01:00
2013-02-27 19:10:11 -08:00
2013-01-18 15:25:53 -08:00
2011-11-23 18:49:22 +01:00
2010-08-04 11:00:45 +02:00
2010-03-30 22:02:32 +09:00
2012-11-26 19:17:44 +09:00
2011-10-31 19:32:26 -04:00
2013-03-01 22:45:49 +00:00
2013-02-21 12:05:51 -08:00
2012-10-22 16:50:13 -07:00
2011-06-10 14:55:36 +02:00
2013-03-01 22:45:49 +00:00
2013-02-27 15:13:36 +05:30
2012-10-24 17:06:43 +02:00
2013-02-27 22:37:34 +05:30
2007-02-09 17:39:36 -05:00
2012-05-07 14:35:00 +02:00
2011-02-25 12:00:34 -08:00
2010-07-28 09:59:01 -04:00
2009-01-05 08:40:21 -08:00
2012-11-08 16:58:31 +01:00
2012-11-09 14:11:43 +01:00
2013-02-28 09:53:21 +05:30
2013-01-17 12:19:09 -08:00
2011-11-29 12:46:19 -05:00
2013-03-03 23:59:59 -08:00
2013-02-21 14:16:27 -03:00
2012-10-13 10:46:48 +01:00
2013-02-21 09:38:18 -08:00
2013-02-28 12:52:24 -08:00
2013-02-26 02:46:08 -05:00
2008-01-28 23:21:18 +01:00
2011-03-22 17:44:11 -07:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-01-21 14:07:44 -05:00
2013-02-27 19:10:23 -08:00
2011-09-14 15:24:51 -04:00
2013-03-15 15:09:43 +10:30
2012-12-20 14:04:11 -08:00
2012-11-22 13:43:27 +09:00
2012-10-13 10:46:48 +01:00
2013-01-24 09:04:04 +01:00
2005-04-16 15:20:36 -07:00
2012-10-13 10:46:48 +01:00
2012-11-28 21:49:02 -05:00
2012-09-26 22:20:08 -04:00
2009-06-18 19:50:21 +08:00
2012-09-28 11:47:42 +02:00
2013-02-23 17:50:12 -08:00
2012-08-16 13:24:21 -07:00
2012-10-13 10:46:48 +01:00
2011-05-26 17:12:33 -07:00
2007-05-08 11:15:31 -07:00
2013-02-27 19:10:11 -08:00
2009-12-17 10:58:17 -05:00
2013-03-01 23:51:07 -05:00
2013-03-03 19:36:31 -08:00
2012-10-13 10:46:48 +01:00
2013-02-22 23:31:31 -05:00
2009-06-18 13:04:05 -07:00
2012-10-06 03:04:57 +09:00
2011-07-25 14:30:23 -04:00
2013-02-26 03:10:52 +11:00
2006-09-30 01:47:55 +02:00
2013-02-22 00:05:07 +01:00
2012-12-06 10:39:54 +01:00
2013-02-27 19:10:24 -08:00
2013-02-22 08:20:05 +01:00
2009-06-26 10:48:34 +02:00
2013-02-21 10:45:01 +01:00
2013-02-23 17:50:16 -08:00
2011-03-31 11:26:23 -03:00
2012-07-11 23:34:39 +02:00
2013-02-23 17:50:17 -08:00
2013-02-26 20:16:07 -08:00
2013-01-25 11:17:31 -08:00
2012-10-13 10:46:48 +01:00
2012-03-28 15:58:21 -07:00
2013-02-27 19:10:21 -08:00
2012-10-13 10:46:48 +01:00
2013-02-27 19:10:24 -08:00
2013-02-23 21:00:06 -05:00
2008-08-02 18:36:10 +01:00
2012-12-14 13:05:26 +10:30
2008-07-09 12:09:28 -04:00
2013-01-29 13:59:57 -05:00
2013-02-19 08:06:01 +01:00
2013-01-23 09:31:01 -08:00
2005-04-16 15:20:36 -07:00
2011-01-31 21:17:41 -08:00
2012-11-10 00:40:24 -08:00
2012-09-07 14:57:45 -04:00
2013-01-11 14:54:54 -08:00
2012-10-09 16:22:40 +09:00
2012-10-09 16:22:39 +09:00
2012-03-04 17:54:34 -05:00
2012-03-20 12:47:48 +01:00
2012-12-09 00:20:28 -05:00
2012-11-21 15:09:26 -08:00
2012-10-13 10:46:48 +01:00
2013-02-27 19:10:21 -08:00
2013-02-09 16:29:20 -05:00
2012-04-29 18:21:10 -04:00
2012-05-31 17:49:32 -07:00
2012-09-26 13:42:26 -07:00
2007-07-31 15:39:40 -07:00
2012-10-13 10:46:48 +01:00
2013-01-27 19:23:27 +01:00
2012-10-13 10:46:48 +01:00
2013-03-15 15:09:43 +10:30
2012-10-13 10:46:48 +01:00
2012-12-16 15:40:50 -08:00
2013-02-04 15:35:26 -08:00
2012-07-21 10:34:00 -07:00
2010-03-15 15:29:39 +01:00
2012-11-28 10:33:03 -08:00
2013-02-23 17:50:19 -08:00
2012-08-13 17:01:06 +02:00
2013-02-24 13:07:18 -08:00
2012-10-13 10:46:48 +01:00
2011-09-16 19:20:20 -04:00
2012-05-29 16:22:29 -07:00
2012-10-10 01:15:44 -04:00
2013-01-25 15:30:23 -05:00
2009-06-16 19:47:57 -07:00
2013-02-27 19:10:24 -08:00
2013-02-19 15:17:08 -05:00
2013-02-22 19:25:09 -08:00
2011-12-12 22:06:55 -08:00
2012-11-30 11:48:05 +01:00
2012-10-13 10:46:48 +01:00
2012-12-17 13:39:11 -08:00
2013-02-20 19:36:01 +01:00
2012-03-16 10:38:24 -04:00
2012-03-15 21:41:34 +01:00
2011-01-10 19:04:08 +01:00
2013-03-02 09:34:39 -08:00
2013-02-23 17:50:20 -08:00
2013-02-23 17:50:13 -08:00
2012-12-12 17:38:33 -08:00
2012-06-25 11:53:47 +02:00
2013-02-23 17:50:19 -08:00
2012-12-01 10:07:54 +00:00
2012-05-29 16:22:28 -07:00
2013-02-23 17:50:17 -08:00
2013-03-03 12:06:09 -08:00
2013-02-23 17:50:11 -08:00
2012-05-29 16:22:20 -07:00
2013-02-23 17:50:20 -08:00
2013-01-24 22:48:04 +01:00
2013-03-15 15:09:43 +10:30
2012-09-28 14:31:03 +09:30
2012-12-14 13:06:40 +10:30
2012-01-03 22:57:12 -05:00
2009-04-01 07:38:54 -04:00
2012-10-08 13:50:21 +10:30
2013-01-04 16:11:45 -08:00
2011-12-05 10:21:44 -08:00
2008-02-13 16:21:18 -08:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-02-15 15:17:11 -05:00
2013-02-19 13:18:13 -05:00
2012-10-13 10:46:48 +01:00
2013-03-02 16:46:07 -08:00
2012-12-11 17:22:27 -08:00
2011-07-25 20:57:15 -07:00
2012-11-20 04:18:14 -08:00
2012-03-24 10:41:37 -07:00
2012-12-19 16:15:17 +00:00
2013-02-13 10:09:31 +00:00
2012-12-11 17:22:27 -08:00
2012-11-26 11:33:18 -08:00
2013-02-23 00:30:08 +01:00
2012-03-14 17:25:56 +08:00
2012-01-10 16:30:42 -08:00
2013-02-23 17:50:17 -08:00
2013-02-23 17:50:15 -08:00
2012-10-11 08:50:14 +09:00
2013-02-21 17:22:19 -08:00
2012-01-12 20:13:10 -08:00
2008-10-13 10:10:37 -07:00
2012-10-13 10:46:48 +01:00
2013-03-01 23:51:07 -05:00
2011-10-31 19:32:32 -04:00
2013-02-28 20:42:33 -08:00
2013-02-25 21:18:18 -08:00
2012-12-17 17:15:18 -08:00
2012-10-06 03:04:44 +09:00
2013-01-14 15:11:50 -05:00
2013-02-27 19:10:24 -08:00
2013-01-17 17:39:33 -08:00
2011-08-25 15:34:19 +02:00
2013-02-23 17:50:16 -08:00
2013-02-23 17:50:16 -08:00
2012-10-13 10:46:48 +01:00
2013-02-21 12:05:51 -08:00
2012-10-13 10:46:48 +01:00
2013-02-13 09:40:35 -08:00
2012-03-01 10:28:04 +01:00
2011-03-31 11:26:23 -03:00
2013-02-21 17:38:49 -08:00
2013-02-21 13:41:04 -08:00
2013-01-24 15:37:26 +01:00
2012-09-18 01:01:37 -07:00
2012-11-03 15:27:07 -04:00
2012-07-23 13:23:52 +02:00
2013-02-26 09:34:29 -08:00
2008-09-02 19:21:38 -07:00
2010-02-08 18:19:41 -06:00
2013-01-23 13:44:00 -05:00
2010-02-10 17:47:17 -08:00
2012-05-17 15:18:37 +02:00
2013-02-27 19:10:24 -08:00
2013-02-14 17:11:09 +00:00
2012-03-24 10:08:39 -07:00
2012-10-13 10:46:48 +01:00
2011-10-03 15:19:19 -04:00
2012-10-13 10:46:48 +01:00
2013-01-30 11:01:53 -05:00
2012-11-16 14:33:04 -08:00
2013-02-23 17:50:17 -08:00
2006-07-13 13:21:35 -07:00
2011-05-12 08:28:47 -07:00
2012-07-04 11:51:59 +03:00
2007-05-02 11:56:33 +01:00
2013-02-21 12:05:51 -08:00
2011-07-08 14:02:53 +02:00
2012-10-31 13:18:29 -04:00
2011-09-13 11:11:59 +02:00
2013-02-27 19:10:10 -08:00
2012-10-13 10:46:48 +01:00
2013-02-27 19:10:11 -08:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-01-14 18:16:59 -05:00
2010-10-22 10:20:06 -07:00
2012-10-13 10:46:48 +01:00
2012-08-14 21:47:55 -07:00
2013-02-19 08:43:34 +01:00
2012-10-13 10:46:48 +01:00
2010-10-31 10:40:39 -04:00
2012-07-31 18:42:43 -07:00
2013-02-15 15:17:11 -05:00
2013-02-21 17:22:20 -08:00
2013-02-26 22:25:17 +01:00
2013-02-10 19:41:08 -05:00
2012-03-23 13:18:57 +01:00
2009-12-14 23:55:33 +01:00
2012-03-28 15:58:21 -07:00
2012-06-13 21:16:42 +02:00
2013-02-07 15:15:00 -08:00
2008-05-26 16:15:32 +02:00
2011-06-14 22:48:51 -04:00
2006-12-07 02:14:08 +01:00
2012-10-13 10:46:48 +01:00
2010-08-09 16:48:44 -04:00
2012-02-24 10:05:59 +01:00
2013-03-01 12:40:36 +01:00
2012-03-28 18:30:03 +01:00
2008-10-03 11:46:14 -05:00
2012-12-17 17:15:17 -08:00
2009-04-10 15:48:52 +02:00
2013-02-23 17:50:22 -08:00
2012-02-10 11:42:25 -08:00
2005-04-16 15:20:36 -07:00
2013-02-14 09:21:15 -05:00
2012-11-18 20:30:55 -05:00
2013-01-25 21:51:13 +01:00
2010-02-04 14:20:41 +11:00
2012-09-13 16:47:34 +02:00
2010-03-30 22:02:32 +09:00
2012-03-13 14:06:33 -04:00
2013-02-06 13:45:42 +08:00
2012-12-18 15:02:13 -08:00
2010-05-27 09:12:51 -07:00
2013-02-05 00:48:46 +01:00
2013-02-21 14:58:40 -08:00
2012-08-21 16:28:31 +02:00
2011-05-23 13:59:53 +02:00
2012-10-09 16:22:32 +09:00
2010-11-29 08:55:25 +11:00
2012-11-13 15:48:27 -05:00
2012-03-20 21:29:40 -04:00
2012-07-22 23:57:55 +04:00
2013-02-04 15:40:28 -08:00
2013-01-18 16:15:27 -08:00
2012-10-13 10:46:48 +01:00
2013-01-25 15:06:01 -08:00
2013-01-26 22:11:41 -08:00
2005-04-16 15:20:36 -07:00
2011-06-15 20:04:00 -07:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-02-13 17:00:32 +10:30
2013-02-23 17:50:15 -08:00
2012-07-30 12:25:45 +02:00
2013-02-23 17:50:16 -08:00
2006-04-26 12:56:16 +01:00
2012-11-30 11:47:57 +01:00
2013-03-01 12:48:36 +01:00
2012-10-13 10:46:48 +01:00
2013-02-13 19:29:12 -08:00
2013-01-12 10:47:43 +08:00
2011-03-31 11:26:23 -03:00
2011-03-22 17:44:17 -07:00