|
@@ -63,11 +63,6 @@ void *return_address(unsigned int level)
|
|
#warning "TODO: return_address should use unwind tables"
|
|
#warning "TODO: return_address should use unwind tables"
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-void *return_address(unsigned int level)
|
|
|
|
-{
|
|
|
|
- return NULL;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#endif /* if defined(CONFIG_FRAME_POINTER) && !defined(CONFIG_ARM_UNWIND) / else */
|
|
#endif /* if defined(CONFIG_FRAME_POINTER) && !defined(CONFIG_ARM_UNWIND) / else */
|
|
|
|
|
|
EXPORT_SYMBOL_GPL(return_address);
|
|
EXPORT_SYMBOL_GPL(return_address);
|