On Oct 21, 2005, at 10:11 AM, Rupert Eibauer wrote:
On Friday 21 October 2005 16:28, Kumar Gala wrote:
quoted
The concept of PPC_HIGH_BATS is already some what handled with
CPU_FTR_HAS_HIGH_BATS. I recommend you use this feature instead of
introducing another one as well as a compile time option.
CPU_FTR_HAS_HIGH_BATS only clears the high bats, but does
not attempt to use them. My patch will use them.
I understand, I'm suggesting you expand CPU_FTR_HAS_HIGH_BATS to
include your additional functionality.
- kumar