[PATCH 2.6.27-rc5 23/29] mdb: export __kernel_text_address

Previous thread: [PATCH 2.6.27-rc5 22/29] mdb: export kmsg_redirect printk for console redirection by jmerkey on Thursday, August 28, 2008 - 10:47 pm. (1 message)

Next thread: [PATCH 2.6.27-rc5 24/29] mdb: add mdb_kallsyms function and export kallsyms lookup functions by jmerkey on Thursday, August 28, 2008 - 10:47 pm. (1 message)
From: jmerkey
Date: Thursday, August 28, 2008 - 10:47 pm

export __kernel_text_address 


Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)

--- a/kernel/extable.c	2008-07-13 15:51:29.000000000 -0600
+++ b/kernel/extable.c	2008-08-28 14:20:04.000000000 -0600
@@ -59,6 +59,7 @@
 		return 1;
 	return __module_text_address(addr) != NULL;
 }
+EXPORT_SYMBOL_GPL(__kernel_text_address);
 
 int kernel_text_address(unsigned long addr)
 {
--

Previous thread: [PATCH 2.6.27-rc5 22/29] mdb: export kmsg_redirect printk for console redirection by jmerkey on Thursday, August 28, 2008 - 10:47 pm. (1 message)

Next thread: [PATCH 2.6.27-rc5 24/29] mdb: add mdb_kallsyms function and export kallsyms lookup functions by jmerkey on Thursday, August 28, 2008 - 10:47 pm. (1 message)