Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/arch/ia32/src/smp/mps.c
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
#ifdef __SMP__
#ifdef CONFIG_SMP
 
#include <config.h>
#include <print.h>
422,4 → 422,4
return -1;
}
 
#endif /* __SMP__ */
#endif /* CONFIG_SMP */