aboutsummaryrefslogtreecommitdiff
path: root/include/linux/getcpu.h
blob: cda162d99390e024be1cc71f3085cd1236f5769b (plain)
1
2
3
4
5
6
7
8
#ifndef _LINUX_GETCPU_H
#define _LINUX_GETCPU_H 1

struct getcpu_cache {
	unsigned long blob[128 / sizeof(long)];
};

#endif