Re: [PATCH 1/2] m68k: Add infrastructure for machine-specific get_cycles()

2013-09-09 Thread Thorsten Glaser
Geert Uytterhoeven dixit: >Currently get_cycles() always returns zero. As get_cycles() is called to >add entropy to the random number generator pool, security can be increased You rock for having something before MIPS ;-) (Note that other architectures like CRIS are also affected… just, MIPS pro

[PATCH 1/2] m68k: Add infrastructure for machine-specific get_cycles()

2013-09-09 Thread Geert Uytterhoeven
Currently get_cycles() always returns zero. As get_cycles() is called to add entropy to the random number generator pool, security can be increased by adding a hook where platforms can provide their own implementation. Signed-off-by: Geert Uytterhoeven --- arch/m68k/include/asm/machdep.h |1