Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#ifndef _ASM_MAX_NUMNODES_H
#define _ASM_MAX_NUMNODES_H

#ifdef CONFIG_IA64_DIG
/* Max 8 Nodes */
#define NODES_SHIFT	3
#elif defined(CONFIG_IA64_SGI_SN2)
/* Max 128 Nodes */
#define NODES_SHIFT	7
#endif

#endif /* _ASM_MAX_NUMNODES_H */