File tree Expand file tree Collapse file tree 4 files changed +1
-3
lines changed
Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,6 @@ void abort(void)
793793 /* if that doesn't kill us, halt */
794794 panic ("Oops failed to kill thread" );
795795}
796- EXPORT_SYMBOL (abort );
797796
798797void __init trap_init (void )
799798{
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ void abort(void)
122122 /* if that doesn't kill us, halt */
123123 panic ("Oops failed to kill thread" );
124124}
125- EXPORT_SYMBOL (abort );
126125
127126void __init trap_init (void )
128127{
Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ void abort(void)
298298 /* if that doesn't kill us, halt */
299299 panic ("Oops failed to kill thread" );
300300}
301- EXPORT_SYMBOL (abort );
302301
303302void __init trap_init (void )
304303{
Original file line number Diff line number Diff line change @@ -1763,3 +1763,4 @@ __weak void abort(void)
17631763 /* if that doesn't kill us, halt */
17641764 panic ("Oops failed to kill thread" );
17651765}
1766+ EXPORT_SYMBOL (abort );
You can’t perform that action at this time.
0 commit comments