traps.c (4efc0670baf4b14bc95502e54a83ccf639146125) | traps.c (7856f6cce4a8cda8c1f94b99605c07d16b8d8dec) |
---|---|
1/* 2 * Copyright (C) 1991, 1992 Linus Torvalds 3 * Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs 4 * 5 * Pentium III FXSR, SSE support 6 * Gareth Hughes <gareth@valinux.com>, May 2000 7 */ 8 --- 790 unchanged lines hidden (view full) --- 799 return new_kesp; 800} 801#endif 802 803asmlinkage void __attribute__((weak)) smp_thermal_interrupt(void) 804{ 805} 806 | 1/* 2 * Copyright (C) 1991, 1992 Linus Torvalds 3 * Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs 4 * 5 * Pentium III FXSR, SSE support 6 * Gareth Hughes <gareth@valinux.com>, May 2000 7 */ 8 --- 790 unchanged lines hidden (view full) --- 799 return new_kesp; 800} 801#endif 802 803asmlinkage void __attribute__((weak)) smp_thermal_interrupt(void) 804{ 805} 806 |
807asmlinkage void __attribute__((weak)) mce_threshold_interrupt(void) | 807asmlinkage void __attribute__((weak)) smp_threshold_interrupt(void) |
808{ 809} 810 811/* 812 * 'math_state_restore()' saves the current math information in the 813 * old math state array, and gets the new ones from the current task 814 * 815 * Careful.. There are problems with IBM-designed IRQ13 behaviour. --- 170 unchanged lines hidden --- | 808{ 809} 810 811/* 812 * 'math_state_restore()' saves the current math information in the 813 * old math state array, and gets the new ones from the current task 814 * 815 * Careful.. There are problems with IBM-designed IRQ13 behaviour. --- 170 unchanged lines hidden --- |