~jakub/helenos/upa

« back to all changes in this revision

Viewing changes to kernel/arch/ppc32/src/ppc32.c

  • Committer: Jakub Jermar
  • Date: 2011-06-01 21:05:19 UTC
  • mfrom: (605.1.397 HelenOS.mainline)
  • Revision ID: jakub@jermar.eu-20110601210519-d511wino3zuw4o9j
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
void userspace(uspace_arg_t *kernel_uarg)
265
265
{
266
266
        userspace_asm((uintptr_t) kernel_uarg->uspace_uarg,
267
 
            (uintptr_t) kernel_uarg->uspace_stack +
268
 
            THREAD_STACK_SIZE - SP_DELTA,
 
267
            (uintptr_t) kernel_uarg->uspace_stack + STACK_SIZE - SP_DELTA,
269
268
            (uintptr_t) kernel_uarg->uspace_entry);
270
269
        
271
270
        /* Unreachable */