|
@@ -1035,7 +1035,7 @@ int dbg_io_get_char(void)
|
|
* otherwise as a quick means to stop program execution and "break" into
|
|
* otherwise as a quick means to stop program execution and "break" into
|
|
* the debugger.
|
|
* the debugger.
|
|
*/
|
|
*/
|
|
-void kgdb_breakpoint(void)
|
|
|
|
|
|
+noinline void kgdb_breakpoint(void)
|
|
{
|
|
{
|
|
atomic_inc(&kgdb_setting_breakpoint);
|
|
atomic_inc(&kgdb_setting_breakpoint);
|
|
wmb(); /* Sync point before breakpoint */
|
|
wmb(); /* Sync point before breakpoint */
|