Re: [PATCH] Support VIA Nano hardware RNG on X86_64 builds

2009-05-14 Thread Herbert Xu
On Mon, May 11, 2009 at 12:03:45PM +0800, Harald Welte wrote: > Fix Kconfig to build via-rng.ko on X86_64 builds, as the VIA Nano > CPU supports x86_64, too. > > Signed-off-by: Harald Welte Also applied. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http

Re: [PATCH] Support VIA Nano hardware RNG

2009-05-14 Thread Herbert Xu
On Mon, May 11, 2009 at 12:03:41PM +0800, Harald Welte wrote: > Support VIA Nano hardware RNG > > The VIA Nano CPU supports the same XSTORE instruction based RNG, > but it lacks the MSR present in earlier CPUs. > > Signed-off-by: Harald Welte Patch applied. -- Visit Openswan at http://www.open

[PATCH] Support VIA Nano hardware RNG on X86_64 builds

2009-05-10 Thread Harald Welte
Fix Kconfig to build via-rng.ko on X86_64 builds, as the VIA Nano CPU supports x86_64, too. Signed-off-by: Harald Welte --- drivers/char/hw_random/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig ind

[PATCH] Support VIA Nano hardware RNG

2009-05-10 Thread Harald Welte
Support VIA Nano hardware RNG The VIA Nano CPU supports the same XSTORE instruction based RNG, but it lacks the MSR present in earlier CPUs. Signed-off-by: Harald Welte diff --git a/drivers/char/hw_random/via-rng.c b/drivers/char/hw_random/via-rng.c index 4e9573c..794aacb 100644 --- a/drivers/c