Commit 9cf3f207 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: remove per cpu rtas lock for the moment

parent ff9bc96c
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
next_round_robin: 1 /* Round robin index */ \ next_round_robin: 1 /* Round robin index */ \
}, \ }, \
lpQueuePtr: (lpq), /* &xItLpQueue, */ \ lpQueuePtr: (lpq), /* &xItLpQueue, */ \
xRtas: { \ /* xRtas: { \
lock: SPIN_LOCK_UNLOCKED \ lock: SPIN_LOCK_UNLOCKED \
}, \ }, */ \
xProcStart: (start), /* Processor start */ \ xProcStart: (start), /* Processor start */ \
xLpPaca: { \ xLpPaca: { \
xDesc: 0xd397d781, /* "LpPa" */ \ xDesc: 0xd397d781, /* "LpPa" */ \
......
...@@ -38,7 +38,9 @@ struct rtas_args { ...@@ -38,7 +38,9 @@ struct rtas_args {
u32 nargs; u32 nargs;
u32 nret; u32 nret;
rtas_arg_t args[16]; rtas_arg_t args[16];
#if 0
spinlock_t lock; spinlock_t lock;
#endif
rtas_arg_t *rets; /* Pointer to return values in args[]. */ rtas_arg_t *rets; /* Pointer to return values in args[]. */
}; };
......
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