mm.
Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]>
---
cn_proc.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
--- linux.orig/drivers/connector/cn_proc.c 2006-12-12 23:03:31.0
-0600
+++ linux/drivers/connector/cn_proc.c 2006-12-12 23:06:34.243535000
really quick and dirty
to see if it has a shot or not but it looks like put_unaligned will
fix it too.
--
Erik Jacobson - Linux System Software - SGI - Eagan, Minnesota
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL
tt Helsley wrote:
(snipped up)
> On Thu, 2006-12-07 at 17:22 -0600, Erik Jacobson wrote:
> > Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]>
> Acked-by: Matt Helsley <[EMAIL PROTECTED]>
> > ---
> > cn_proc.c | 94
> > +++
> > Here, we just adjust how the variables are declared and use memcopy to
> > avoid the error messages.
> > - ev->timestamp_ns = timespec_to_ns(&ts);
> > + ev.timestamp_ns = timespec_to_ns(&ts);
> Please try to declare u64 timestamp_ns, then copy it into the *ev
> instead of copying whole *ev.
use memcopy to
avoid the error messages.
Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]>
---
cn_proc.c | 94 +++---
1 file changed, 47 insertions(+), 47 deletions(-)
--- linux.orig/drivers/connector/cn_proc.c 2006-11-29
starting point for my config file.
This config file compiles some of the QLA2xxx drivers statically.
By default, CONFIG_FW_LOADER is set to "m" and not "y".
So this small change should ensure CONFIG_FW_LOADER is set properly.
Perhaps there are better ways to do this?
Signed-o
discussion on using PAGG as hook manager, see an LKML archive
site near you. One link below:
http://marc.theaimsgroup.com/?l=linux-kernel&m=110624592118941&w=2
Signed-off-by: Erik Jacobson <[EMAIL PROTECTED]>
---
Documentation/pagg.txt| 32 ++
fs/exec.c |2
count));
printk("init called %d times...\n", atomic_read(&init_count));
printk("exec called %d times ...\n", atomic_read(&exec_count));
if (atomic_read(&attach_count) + atomic_read(&init_count) !=
atomic_read(&detach_count))
printk("PAGG PR
8 matches
Mail list logo