Commit 4d7c1a20 authored by Kanoj Sarcar's avatar Kanoj Sarcar Committed by David S. Miller

Sparc64: Fix module symbols when stack debugging is on.

parent a9ba5d95
......@@ -143,7 +143,7 @@ EXPORT_SYMBOL(__global_restore_flags);
#if defined(CONFIG_MCOUNT)
extern void mcount(void);
EXPORT_SYMBOL(mcount);
EXPORT_SYMBOL_NOVERS(mcount);
#endif
/* Per-CPU information table */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment