6 lines
139 B
C
6 lines
139 B
C
|
/* $FreeBSD$ */
|
||
|
/* Values for processors will be from 0 to NUMBER_OF_PROCESSORS-1 */
|
||
|
#define NUMBER_OF_PROCESSORS 1
|
||
|
|
||
|
#include "itbl-ppc.h"
|