Re: linux/include/asm-i386/processor.h warnings

Philip Blundell (pjb27@cam.ac.uk)
Mon, 9 Jun 1997 11:29:20 +0100 (BST)


On Mon, 9 Jun 1997 mabzug1@umbc.edu wrote:

> There seems to be a problem with the i386 asm/processor.h header file
> included with 2.1.42. The following trivial program:
>
> #include <asm/processor.h>
> main(){}
>
> produces the following warnings:

You shouldn't be including <asm/> headers directly from user-space code.

p.