]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] don't call 68328 specific int setup (in 68VZ328)
authorGreg Ungerer <gerg@snapgear.com>
Mon, 26 May 2003 09:49:36 +0000 (02:49 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 26 May 2003 09:49:36 +0000 (02:49 -0700)
No longer need to call the 68328 specific int setup. Now all
done by the common 68328 int handler code.

arch/m68knommu/platform/68VZ328/ucdimm/config.c

index dced56ccb9d245f3d33114a4124022ff97c8de2a..0a07ab508329c31e9dd4408e2e6a13ec5437f5ae 100644 (file)
@@ -114,6 +114,4 @@ void config_BSP(char *command, int len)
        mach_gettimeoffset   = BSP_gettimeoffset;
        mach_gettod          = BSP_gettod;
        mach_reset           = BSP_reset;
-
-       config_M68328_irq();
 }