x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / sparc / include / asm / hibernate.h
blob2ec34f842249fb2fa93da585452e9f9ecd7b94db
1 /*
2 * hibernate.h: Hibernaton support specific for sparc64.
4 * Copyright (C) 2013 Kirill V Tkhai (tkhai@yandex.ru)
5 */
7 #ifndef ___SPARC_HIBERNATE_H
8 #define ___SPARC_HIBERNATE_H
10 struct saved_context {
11 unsigned long fp;
12 unsigned long cwp;
13 unsigned long wstate;
15 unsigned long tick;
16 unsigned long pstate;
18 unsigned long g4;
19 unsigned long g5;
20 unsigned long g6;
23 #endif