This patch replaces the deprecated MODULE_PARM function by the new
module_param function.
Signed-off-by: Dominik Hackl <[EMAIL PROTECTED]>
--- linux-2.6.12-rc4.orig/arch/um/drivers/hostaudio_kern.c 2005-03-02
08:38:32.0 +0100
+++ linux-2.6.12-rc4/arch/um/drivers/hostaud
[EMAIL PROTECTED] said:
> I'll drop this in light of the review comments - pls redo&&resend
Here 'tis.
This patch cleans up the delay implementations a bit, makes the loops
unoptimizable, and exports __udelay and __const_udelay.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
Index: linux-2.6.11/
On Thu, 19 May 2005, ashwin tanugula wrote:
Hi
How do i apply a .diff.bz2 patch to a linux kernel?
Usually by
cd linux-x.y.z
bzcat /path/to/patchfile.diff.bz2 | patch -p1 -s
then rebuild the kernel.
Sometimes -p0 is required instead of -p1, but very rarely (depends on who
made the patch and how, s