x86: remove all definitions with fastcall
[sfrench/cifs-2.6.git] / arch / x86 / kernel / cpu / mcheck / winchip.c
index 9e424b6c293d3fea2727a814d02cc79b729cacfc..3d428d5afc528104e8be5573cdf32c18365e7588 100644 (file)
@@ -15,7 +15,7 @@
 #include "mce.h"
 
 /* Machine check handler for WinChip C6 */
-static fastcall void winchip_machine_check(struct pt_regs * regs, long error_code)
+static void winchip_machine_check(struct pt_regs * regs, long error_code)
 {
        printk(KERN_EMERG "CPU0: Machine Check Exception.\n");
        add_taint(TAINT_MACHINE_CHECK);