Replying to myself ... :)
I found the __i386__ definition, and maybe that's what I'm looking for.
However, I also found __i486__, __i586__ ...
Question: is the __i386__ definition present in _all_ x86 kernels??
I imagine it goes like this:
- 386: __i386__ defined
- 486: __i386__ and __i486__ defined
- 586: __i386__ and __i586__ defined
(...)
Is that correct??
Regards,
Ivan
-
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/