[BACK]Return to machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/i386/machdep.c between version 1.585 and 1.586

version 1.585, 2006/10/25 13:56:15 version 1.586, 2006/11/16 01:32:38
Line 321  void native_loader(int, int, struct boot
Line 321  void native_loader(int, int, struct boot
  *        can be obtained using the RELOC macro.   *        can be obtained using the RELOC macro.
  */   */
 void  void
 native_loader(int bl_boothowto, int bl_bootdev __unused,  native_loader(int bl_boothowto, int bl_bootdev,
     struct bootinfo_source *bl_bootinfo, paddr_t bl_esym,      struct bootinfo_source *bl_bootinfo, paddr_t bl_esym,
     int bl_biosextmem, int bl_biosbasemem)      int bl_biosextmem, int bl_biosbasemem)
 {  {
Line 841  int waittime = -1;
Line 841  int waittime = -1;
 struct pcb dumppcb;  struct pcb dumppcb;
   
 void  void
 cpu_reboot(int howto, char *bootstr __unused)  cpu_reboot(int howto, char *bootstr)
 {  {
   
         if (cold) {          if (cold) {

Legend:
Removed from v.1.585  
changed lines
  Added in v.1.586

CVSweb <webmaster@jp.NetBSD.org>