Skip to content
Snippets Groups Projects
Commit 0f62f10e authored by Gabor Juhos's avatar Gabor Juhos
Browse files

fix section mismatch warning

SVN-Revision: 12918
parent cb73e4ad
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
board_time_init();
}
+
+unsigned int __init get_c0_compare_irq(void)
+unsigned int __cpuinit get_c0_compare_irq(void)
+{
+ return CP0_LEGACY_COMPARE_IRQ;
+}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment