|
@@ -343,10 +343,10 @@ static void undinet_poll ( struct net_device *netdev ) {
|
343
|
343
|
if ( ! undinet_isr_triggered() ) {
|
344
|
344
|
/* Allow interrupt to occur */
|
345
|
345
|
profile_start ( &undinet_irq_profiler );
|
346
|
|
- __asm__ __volatile__ ( REAL_CODE ( "sti\n\t"
|
347
|
|
- "nop\n\t"
|
348
|
|
- "nop\n\t"
|
349
|
|
- "cli\n\t" ) : : );
|
|
346
|
+ __asm__ __volatile__ ( "sti\n\t"
|
|
347
|
+ "nop\n\t"
|
|
348
|
+ "nop\n\t"
|
|
349
|
+ "cli\n\t" );
|
350
|
350
|
profile_stop ( &undinet_irq_profiler );
|
351
|
351
|
|
352
|
352
|
/* If interrupts are known to be supported,
|