Commit 66b99486 authored by Ivan Kokshaysky's avatar Ivan Kokshaysky Committed by Richard Henderson

[PATCH] alpha oprofile fix

The oprofile_arch_exit() in discarded .exit.text section is being
called from oprofile_init() in retained .init.text section.
This causes final link failure with oprofile compiled in.

Ivan.
parent 47c78491
......@@ -188,7 +188,7 @@ oprofile_arch_init(struct oprofile_operations **ops)
}
void __exit
void
oprofile_arch_exit(void)
{
}
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