>As to printk. Does a preprocessor guru want to hack the defines so a p=
rintk
>without a KERN_xxx define at the start breaks during the compile.=20
Easy to do, but not the way you wrote it. ;-)
find /usr/src/linux/. -name \*.[hc] -print | \
xargs perl -i -pe 's#\b(printk\s*\()\s*"#\1KERN_FIXME "#g'
This replaces all printk("foo") with printk(KERN_FIXME "foo").
Replace KERN_FIXME with whatever else suits you.
The above is untested but should work; printks in macros might need
some massaging but there aren't many of these.
--=20
The First Law of Management:
Kickbacks must always exceed bribes.
--=20
Matthias Urlichs \ Noris Network GmbH i.Gr/ Xlink-POP N=FCrnberg=
=20
Schleiermacherstra=DFe 12 \ Linux+Internet / EMail: urlichs@nor=
is.de
90491 N=FCrnberg (Germany) \ Consulting+Programming+Networking+etc'i=
ng
PGP: 1B 89 E2 1C 43 EA 80 44 15 D2 29 CF C6 C7 E0 DE=20
Click <A HREF=3D"http://smurf.noris.de/~smurf/finger">here</A>. =
42