commit | b4cdc4300de6ff7b8b366f23bed17c7d59c8117c | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | Mon Apr 28 03:15:58 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 30 23:15:34 2008 +0200 |
tree | e31bcba06c819493646a8a6b3f9581b5a6f5af99 | |
parent | 4412620fc2772af0fc7a94b2cfa28792a46b4fc8 [diff] |
x86: iommu_sac_force can become static The iommu_sac_force variable is needlessly defined global, and this patch makes it static. Additionally, this variable needs not be explicitly initialized. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>