Wrong: uname -m returns the machine type, uname -p returns the actual
cpu type. Just check GNU uname --help...
> Do you mean uname -p would return 'Intel'? 'AMD' and so on?
No. We have it wrong: uname -m should always return the generic architecture
type (eg. i386, or alpha) while uname -p should return the actual processor
(eg. i386, i486, ev6 or K6-II).
> > Don't let yourself becoming discouraged by thos procfs proponents: a
> > lot of people are with you on this on!
>
> I'm still working on it, this is only the beginning. =)
Glad to hear that...
Dominik
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/