Is Kernel2.2 is SMP versioned by default?

2001-06-08 Thread jalaja devi
Hi, Could anyone plz tell me whether the kernel - 2.2.14 is SMP or NON-SMP by default? To make it SMP versioned, Do I need to add some flags in the kernel header files and re-compile to kernel? Thanks in advance, Jal __ Do You Yahoo!? Get personal

Test Mail!!!

2001-06-06 Thread jalaja devi
__ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

smp errors in 2.4!!

2001-06-05 Thread jalaja devi
I encounter this compilation error: /usr/x.c:2112: struct has no member named "event_Rsmp_7b16c344" The structure has that field and I don't have the conflicting structure name anywhere in my code and in the system files too. The makefile uses sed and *.d files. Could anyone help me out as how

Error Compiling Driver code:

2001-06-04 Thread jalaja devi
Hi , I am trying to compile a driver code in Red Hat 6.2 which is already a working code, but I get the following errors when i compile. /usr/src/linux/include/asm/smp.h:206: arguments given to macro `hard_smp_processor_id' Any clue or hint will be helpful. Thanks jalaja

Re: kernel2.2.x to kernel2.4.x

2001-05-17 Thread jalaja devi
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 <[EMAIL PROTECTED]

kernel2.2.x to kernel2.4.x

2001-05-15 Thread jalaja devi
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 outs __bad_udelay Could anyone please tell me the corresponding fxns in 2.4. Thanks in advance Jalaja ___

Device driver from kernel2.2.x to kernel2.4

2001-05-03 Thread jalaja devi
I want to port a Network driver from kernel2.2.x to 2.4. Could anyone please point me a handy pointer where i can find a complete documentation. I could find some, but not the complete changes required. Also, Approximate time estimation for this migration from an experienced developer would be m