Release 4.14 arch/powerpc/kernel/swsusp_64.c
/*
* PowerPC 64-bit swsusp implementation
*
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
*
* GPLv2
*/
#include <asm/iommu.h>
#include <linux/irq.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/nmi.h>
void do_after_copyback(void)
{
iommu_restore();
touch_softlockup_watchdog();
mb();
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Berg | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
void _iommu_save(void)
{
iommu_save();
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Berg | 10 | 100.00% | 1 | 100.00% |
Total | 10 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Berg | 36 | 85.71% | 1 | 33.33% |
Ingo Molnar | 3 | 7.14% | 1 | 33.33% |
Paul Gortmaker | 3 | 7.14% | 1 | 33.33% |
Total | 42 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.