aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/thread_info.h')
span> * added or removed on pSeries systems. */#define PSERIES_RECONFIG_ADD 0x0001#define PSERIES_RECONFIG_REMOVE 0x0002#ifdef CONFIG_PPC_PSERIESexternintpSeries_reconfig_notifier_register(struct notifier_block *);externvoidpSeries_reconfig_notifier_unregister(struct notifier_block *);#else/* !CONFIG_PPC_PSERIES */staticinlineintpSeries_reconfig_notifier_register(struct notifier_block *nb){return0;}staticinlinevoidpSeries_reconfig_notifier_unregister(struct notifier_block *nb) { }#endif/* CONFIG_PPC_PSERIES */#endif/* __KERNEL__ */#endif/* _PPC64_PSERIES_RECONFIG_H */