* [PATCH] Don't allow hw_random to be selected on ia64
@ 2004-08-14 22:05 Matthew Wilcox
2004-08-14 22:37 ` Andreas Schwab
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2004-08-14 22:05 UTC (permalink / raw)
To: linux-ia64
The hw_random driver includes some i386 asm so won't compile on ia64.
diff -urpNX dontdiff linus-2.6/drivers/char/Kconfig parisc-2.6/drivers/char/Kconfig
--- linus-2.6/drivers/char/Kconfig Sat Aug 14 11:16:31 2004
+++ parisc-2.6/drivers/char/Kconfig Sat Aug 14 11:05:28 2004
@@ -689,7 +689,7 @@ config NWFLASH
config HW_RANDOM
tristate "Intel/AMD/VIA HW Random Number Generator support"
- depends on (X86 || IA64) && PCI
+ depends on X86 && PCI
---help---
This driver provides kernel-side support for the Random Number
Generator hardware found on Intel i8xx-based motherboards,
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Don't allow hw_random to be selected on ia64
2004-08-14 22:05 [PATCH] Don't allow hw_random to be selected on ia64 Matthew Wilcox
@ 2004-08-14 22:37 ` Andreas Schwab
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2004-08-14 22:37 UTC (permalink / raw)
To: linux-ia64
Matthew Wilcox <willy@debian.org> writes:
> The hw_random driver includes some i386 asm so won't compile on ia64.
Works fine here.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-14 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-14 22:05 [PATCH] Don't allow hw_random to be selected on ia64 Matthew Wilcox
2004-08-14 22:37 ` Andreas Schwab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox