]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix hw_random build on ia64
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 19 Apr 2004 08:54:45 +0000 (04:54 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 08:54:45 +0000 (04:54 -0400)
commit36377f617e13e18736858a231de5431ddbe16ed9
treea436f94a629829c4866697f8b77f2d2efc8bc9ce
parentd5b1f484632dcf7aeedd43d17eb576c2f498827c
[PATCH] Fix hw_random build on ia64

The following patch allows hw_random.c to build on ia64.  (The problem
was just that the VIA stuff has i386 assembly in it.  The current code
only probes for VIA on i386 anyway, so this patch just adds more ifdefs
so the VIA code is only built for i386.)
drivers/char/hw_random.c