This is a step in the wrong direction. This should all be runtime handled
NAK.
AFAIK you can't build a arm kernel that support arm6/armv7 and armv5.
And I am not sure it will be possible one day.
There are no plans to ever make it possible; there are too many significant
differences between ARMv4, v5 architectures and ARMv6,v7 architectures
to warrant making this runtime selectable.
This is a step in the wrong direction. This should all be runtime handled
NAK.
AFAIK you can't build a arm kernel that support arm6/armv7 and armv5.
And I am not sure it will be possible one day.
There are no plans to ever make it possible; there are too many significant
differences between ARMv4, v5 architectures and ARMv6,v7 architectures
to warrant making this runtime selectable.
Then bury this crap in platform files please not in the drivers/tty layer
code. Make it a platform driver provided callback or something.
Alan
This is a step in the wrong direction. This should all be runtime handled
NAK.
AFAIK you can't build a arm kernel that support arm6/armv7 and armv5.
And I am not sure it will be possible one day.
There are no plans to ever make it possible; there are too many significant
differences between ARMv4, v5 architectures and ARMv6,v7 architectures
to warrant making this runtime selectable.
Then bury this crap in platform files please not in the drivers/tty layer
code. Make it a platform driver provided callback or something.
Platform driver callbacks via platform data are incompatible with DT,
which is where folk elsewhere in the kernel community have kicked ARM
towards, away from the platform driver/device with platform data model.
This is a step in the wrong direction. This should all be runtime handled
NAK.
AFAIK you can't build a arm kernel that support arm6/armv7 and armv5.
And I am not sure it will be possible one day.
There are no plans to ever make it possible; there are too many significant
differences between ARMv4, v5 architectures and ARMv6,v7 architectures
to warrant making this runtime selectable.
Then bury this crap in platform files please not in the drivers/tty layer
code. Make it a platform driver provided callback or something.
I posted a new v2 patch that make the selection dynamic.
Matthieu
Then bury this crap in platform files please not in the drivers/tty layer
code. Make it a platform driver provided callback or something.
I posted a new v2 patch that make the selection dynamic.
Thanks - fine with that one - or with burying it in headers etc in the arm
subdirs.
Greg's email address btw has changed - you want his current one as
suse.de bounces.
Alan