Searched defs:starfire_boards (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c55 int starfire_boards = STARFIRE_MAX_BOARDS; variable
74 starfire_boards = MIN(starfire_boards, STARFIRE_MAX_BOARDS);
76 if (starfire_boards < 1)
77 starfire_boards = 1;
79 return (starfire_boards * starfire_cpu_per_board);
231 return (starfire_boards);

Completed in 148 milliseconds