[PATCH] PCI: Convert megaraid to use pci_driver shutdown method
[linux-2.6/kvm.git] / include / asm-ppc64 / current.h
blob52ddc60c8b65887394e8c482bf6a9818735c7e96
1 #ifndef _PPC64_CURRENT_H
2 #define _PPC64_CURRENT_H
4 #include <asm/paca.h>
6 /*
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
13 #define get_current() (get_paca()->__current)
14 #define current get_current()
16 #endif /* !(_PPC64_CURRENT_H) */