[BACK]Return to start.S CVS log [TXT][DIR] Up to [local] / prex-old / dev / i386 / i386

Diff for /prex-old/dev/i386/i386/start.S between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:41 version 1.1.1.1.2.1, 2008/08/13 17:12:23
Line 30 
Line 30 
 /*  /*
  * start.S - driver start up routine   * start.S - driver start up routine
  */   */
 #define ENTRY(x) .global x; .align 4,0x90; x##:  
   
   #include <machine/asm.h>
   
 .data  .data
   
 drv_serv:  drv_serv:
Line 92 
Line 93 
 STUB(32, virt_to_phys)  STUB(32, virt_to_phys)
 STUB(33, debug_attach)  STUB(33, debug_attach)
 STUB(34, debug_dump)  STUB(34, debug_dump)
 STUB(35, printk)  STUB(35, printf)
 STUB(36, panic)  STUB(36, panic)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb