cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

mmzone_32.h (343B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Written by Pat Gaughen (gone@us.ibm.com) Mar 2002
      4 *
      5 */
      6
      7#ifndef _ASM_X86_MMZONE_32_H
      8#define _ASM_X86_MMZONE_32_H
      9
     10#include <asm/smp.h>
     11
     12#ifdef CONFIG_NUMA
     13extern struct pglist_data *node_data[];
     14#define NODE_DATA(nid)	(node_data[nid])
     15#endif /* CONFIG_NUMA */
     16
     17#endif /* _ASM_X86_MMZONE_32_H */