]> git.neil.brown.name Git - history.git/commitdiff
ppc64: xmon breakpoints are support on PowerMac G5 too
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 02:33:50 +0000 (13:33 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 02:33:50 +0000 (13:33 +1100)
arch/ppc64/xmon/xmon.c

index 5761d7e4dac22df70e1004609ccdc8cbaf45ad4c..52cd2c8210a7312c54b7754a7ab5f0a90723e49f 100644 (file)
@@ -847,7 +847,8 @@ bpt_cmds(void)
                        break;
                }
                
-               if (!(systemcfg->platform & PLATFORM_PSERIES)) {
+               if (systemcfg->platform != PLATFORM_POWERMAC &&
+                  !(systemcfg->platform & PLATFORM_PSERIES)) {
                        printf("Not supported for this platform\n");
                        break;
                }