mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* smp errors in 2.4!!
@ 2001-06-05 19:48 Manfred Spraul
  2001-06-06 16:50 ` Test Mail!!! jalaja devi
  2001-06-08 14:58 ` Is Kernel2.2 is SMP versioned by default? jalaja devi
  0 siblings, 2 replies; 9+ messages in thread
From: Manfred Spraul @ 2001-06-05 19:48 UTC (permalink / raw)
  To: jalaja devi; +Cc: linux-kernel

> I encounter this compilation error:
> /usr/x.c:2112: struct has no member named
> "event_Rsmp_7b16c344"

I assume you have a variable called 'event', and that name got replaced
by a versioned symbol.
Yes, 'event' is a global variable in the kernel ;-)

Do you include <linux/modversions.h> in that file?

I usually use 'gcc -E' to find such problems.

--
	Manfred

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: kernel2.2.x to kernel2.4.x
@ 2001-05-17 19:19 Dunlap, Randy
  2001-06-05 19:17 ` smp errors in 2.4!! jalaja devi
  0 siblings, 1 reply; 9+ messages in thread
From: Dunlap, Randy @ 2001-05-17 19:19 UTC (permalink / raw)
  To: 'jalaja devi', Alan Cox; +Cc: Linux Kernel Maillist

see http://www.firstfloor.org/~andi/softnet/

~Randy


> -----Original Message-----
> From: jalaja devi [mailto:jala_74@yahoo.com]
> 
> How can I handle this from kernel2.2 to kernel2.4
> 
> Can I replace like this??
> 
> if (test_and_set_bit (0, (void *)&dev->tbusy)){ return
> EBUSY;} ========== with  netif_stop_queue (dev);
> 
> clear_bit ((void *)&dev->tbusy); ===== with
> netif_start_queue(dev);
> 
> Thanks
> Jalaja
> 
> --- Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> > > I tried porting a network driver from kernel2.2.x
> > to
> > > 2.4. When i tried loading the driver, it shows the
> > > unresolved symbols for
> > > copy_to_user_ret
> > 
> > 	if(copy_to_user(...))
> > 		return -EFAULT
> > 
> > > outs
> > 
> > 	Has not gone away, your includes are wrong
> > 
> > > __bad_udelay
> > 
> > 	You are using too large a udelay use mdelay
> > -
> > To unsubscribe from this list: send the line
> > "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at 
> > http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-10-04 14:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-05 19:48 smp errors in 2.4!! Manfred Spraul
2001-06-06 16:50 ` Test Mail!!! jalaja devi
2001-06-08 14:58 ` Is Kernel2.2 is SMP versioned by default? jalaja devi
2001-06-08 22:56   ` Robert Love
2001-08-02 17:47     ` kgdb ksymtab_addr not found!! jalaja devi
2001-08-03 10:11       ` Amit S. Kale
2001-08-05 14:59         ` kgdb in kerenel2.4.6 : Unable to view the global variables!! jalaja devi
2001-10-04 14:35         ` Kernel-2.4.10 - Unresolved symbol jalaja devi
  -- strict thread matches above, loose matches on Subject: below --
2001-05-17 19:19 kernel2.2.x to kernel2.4.x Dunlap, Randy
2001-06-05 19:17 ` smp errors in 2.4!! jalaja devi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®