microblaze: Rename kernel_mode to pt_mode in pt_regs

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek
2009-04-16 10:58:47 +02:00
parent ceb8944b3a
commit ac3efab506
4 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@ static inline void start_thread(struct pt_regs *regs,
{
regs->pc = pc;
regs->r1 = usp;
regs->kernel_mode = 0;
regs->pt_mode = 0;
}
/* Free all resources held by a thread. */