mirror_zfs/include/sys/processor.h

9 lines
148 B
C
Raw Normal View History

#ifndef _SPL_PROCESSOR_H
#define _SPL_PROCESSOR_H
#define getcpuid() smp_processor_id()
typedef int processorid_t;
#endif /* _SPL_PROCESSOR_H */