topology.h 271 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_ALPHA_TOPOLOGY_H
  3. #define _ASM_ALPHA_TOPOLOGY_H
  4. #include <linux/smp.h>
  5. #include <linux/threads.h>
  6. #include <linux/numa.h>
  7. #include <asm/machvec.h>
  8. # include <asm-generic/topology.h>
  9. #endif /* _ASM_ALPHA_TOPOLOGY_H */