Re: [PATCH] couple of small bugs
Steve Munroe <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <OF77A4CDE3.48D89A38-ON86256D72.0068FDD4-86256D72.0069CC59@us.ibm.com> |
Joel Schopp writes: > /* lwsync is exactly like sync for all pre Power4 architectures > * for Power4 and greater it is a lot like sync but different > * enough to have much written about the differences. Joel this file is common to PPC32/PPC64 and there is no guarantee that this is true for PPC32 hardware. So until we can verify that lwsync will behave correctly on existing powerMacs we need to be careful about which code we use it in. So we need to hold onto this patch until we can discuss.