Skip to content
Snippets Groups Projects
Commit a73263ea authored by gback's avatar gback
Browse files

replaced threads/mp.h includes with threads/cpu.h

This was missing from the previous MPP removal patch
parent 836b60a2
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@
#include "threads/thread.h"
#include <debug.h>
#include "threads/synch.h"
#include "threads/cpu.h"
#include <stdio.h>
#include "threads/mp.h"
#include "devices/timer.h"
#include "threads/malloc.h"
......
......@@ -9,8 +9,8 @@
#include "threads/thread.h"
#include <debug.h>
#include "threads/synch.h"
#include "threads/cpu.h"
#include <stdio.h>
#include "threads/mp.h"
#include "devices/timer.h"
#include "threads/malloc.h"
......
......@@ -7,7 +7,6 @@
#include <debug.h>
#include "threads/synch.h"
#include <stdio.h>
#include "threads/mp.h"
#include "lib/atomic-ops.h"
#define N 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment