Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/psm/stand/boot/sparc/common/ramdisk.c
          +++ new/usr/src/psm/stand/boot/sparc/common/ramdisk.c
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25   25  
  26   26  #include <sys/param.h>
  27   27  #include <sys/promif.h>
  28   28  #include <sys/salib.h>
  29      -/* EXPORT DELETE START */
  30   29  #include <bootlog.h>
  31      -/* EXPORT DELETE END */
  32   30  #include "ramdisk.h"
  33   31  
  34   32  #include <sys/param.h>
  35   33  #include <sys/fcntl.h>
  36   34  #include <sys/obpdefs.h>
  37   35  #include <sys/reboot.h>
  38   36  #include <sys/promif.h>
  39   37  #include <sys/stat.h>
  40   38  #include <sys/bootvfs.h>
  41   39  #include <sys/platnames.h>
↓ open down ↓ 389 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX