Print this page
11630 remove checks for 64-bit capable hardware

Split Close
Expand all
Collapse all
          --- old/usr/src/psm/stand/boot/sparc/common/boot_plat.h
          +++ new/usr/src/psm/stand/boot/sparc/common/boot_plat.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + * Copyright 2019 Peter Tribble.
  24   25   */
  25   26  
  26   27  #ifndef _BOOT_PLAT_H
  27   28  #define _BOOT_PLAT_H
  28   29  
  29   30  #ifdef __cplusplus
  30   31  extern "C" {
  31   32  #endif
  32   33  
  33   34  
↓ open down ↓ 49 lines elided ↑ open up ↑
  83   84  
  84   85  /* get.c */
  85   86  extern int      cons_gets(char *, int);
  86   87  
  87   88  
  88   89  /* machdep.c */
  89   90  extern int  vac;
  90   91  
  91   92  extern void     fiximp(void);
  92   93  extern void     retain_nvram_page();
  93      -extern int      cpu_is_ultrasparc_1(void);
  94   94  
  95   95  
  96   96  /* memlist.c */
  97   97  extern void             init_memlists(void);
  98   98  extern struct memlist   *fill_memlists(char *name, char *prop,
  99   99      struct memlist *old);
 100  100  
 101  101  
 102  102  /* srt0.c */
 103  103  extern void     _start(void *romp, ...);
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX