Remove superfluous checks for boolean CONFIG_* variables where we tested
CONFIG_* == 1. If those variables are set, they will always be 1. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@599 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
92d588b146
commit
c764701a53
7 changed files with 15 additions and 16 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef SPINLOCK_H
|
||||
#define SPINLOCK_H
|
||||
|
||||
#if defined(CONFIG_SMP) && CONFIG_SMP == 1
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
#include <arch/spinlock.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue