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

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

Diff for /src/sys/arch/sh3/sh3/sh3_machdep.c between version 1.102 and 1.102.6.1

version 1.102, 2014/03/24 20:06:32 version 1.102.6.1, 2015/12/27 12:09:42
Line 277  sh_startup(void)
Line 277  sh_startup(void)
   
         printf("%s%s", copyright, version);          printf("%s%s", copyright, version);
         if (*model != '\0')          if (*model != '\0')
                 printf("%s", model);                  printf("%s\n", model);
 #ifdef DEBUG  #ifdef DEBUG
         printf("general exception handler:\t%d byte\n",          printf("general exception handler:\t%d byte\n",
             sh_vector_generic_end - sh_vector_generic);              sh_vector_generic_end - sh_vector_generic);

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.102.6.1

CVSweb <webmaster@jp.NetBSD.org>