Commit 835d3967 authored by Linus Torvalds's avatar Linus Torvalds

Duh. Re-fix the UP setup_per_cpu_areas() case that got

fixed a few times too many already ;)
parent c643de42
...@@ -271,13 +271,8 @@ static void __init smp_init(void) ...@@ -271,13 +271,8 @@ static void __init smp_init(void)
#else #else
#define smp_init() do { } while (0) #define smp_init() do { } while (0)
#endif #endif
static inline void setup_per_cpu_areas(void)
{
}
static inline void setup_per_cpu_areas(void) static inline void setup_per_cpu_areas(void) { }
{
}
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment