I hate to burst this bubble but the above kext is used by all Apple PowerMac G5 systems. The number generally imply a major mother board / chipset not the number of CPUs... likely we should read it as "Apple Mac RISC version 4 platform expert".
The following is a listing of what platform expert is in use on my PowerMac Dual 2GHz G5...
Code:
[G5:~] shawnce% ioreg
+-o Root <class IORegistryEntry, retain count 12>
+-o PowerMac7,2 <class IOPlatformExpertDevice, ...>
+-o MacRISC4PE <class MacRISC4PE, ...>
...
If you crack open (view contents) of the above mentioned kext and view the plist you see that the driver class involved is MacRISC4PE (
<key>IOClass</key><string>MacRISC4PE</string>).
Now it could very well be that the platform expert and the PowerMac G5s chip set are designed to support dual core PPC chips but the platform expert noted above is not new, it has just been updated which is normal if new system support has been added or bugs fixed, etc.