]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc64: Add definition for Apple Xserve G5 motherboard
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 13 Jun 2004 02:10:34 +0000 (19:10 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sun, 13 Jun 2004 02:10:34 +0000 (19:10 -0700)
This adds the definition for Apple XServe G5 motherboard to the
pmac_feature support file.

arch/ppc64/kernel/pmac_feature.c

index dbc94842da3e4572f126d8a745efeacf6a9c9d90..c059a7608db0e5591ad752eace1a3d350a4921d1 100644 (file)
@@ -343,6 +343,10 @@ static struct pmac_mb_def pmac_mb_defs[] __pmacdata = {
                PMAC_TYPE_POWERMAC_G5,          g5_features,
                0,
        },
+       {       "RackMac3,1",                   "XServe G5",
+               PMAC_TYPE_POWERMAC_G5,          g5_features,
+               0,
+       },
 };
 
 /*