cregit-Linux how code gets into the kernel

Release 4.10 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>


void do_after_copyback(void) { iommu_restore(); touch_softlockup_watchdog(); mb(); }

Contributors

PersonTokensPropCommitsCommitProp
johannes bergjohannes berg16100.00%1100.00%
Total16100.00%1100.00%


void _iommu_save(void) { iommu_save(); }

Contributors

PersonTokensPropCommitsCommitProp
johannes bergjohannes berg10100.00%1100.00%
Total10100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
johannes bergjohannes berg3692.31%150.00%
paul gortmakerpaul gortmaker37.69%150.00%
Total39100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.