X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fsh%2Fnew-machine.txt;h=eb2dd2e6993bebeffa684ba51ebd2e4957fa6b8a;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=8bc5f21f890b663893e858cd678538caf80dab42;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/Documentation/sh/new-machine.txt b/Documentation/sh/new-machine.txt index 8bc5f21f8..eb2dd2e69 100644 --- a/Documentation/sh/new-machine.txt +++ b/Documentation/sh/new-machine.txt @@ -188,13 +188,7 @@ adding a machine called vapor): - add a new file include/asm-sh/vapor/io.h which contains prototypes for any machine specific IO functions prefixed with the machine name, for example vapor_inb. These will be needed when filling out the machine - vector. In addition, a section is required which defines what to do when - building a machine specific version. For example: - - #ifdef __WANT_IO_DEF - #define inb vapor_inb - ... - #endif + vector. This is the minimum that is required, however there are ample opportunities to optimise this. In particular, by making the prototypes