X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=packages%2Fkernel%2Fv2_0%2Ftests%2Fkmbox1.c;h=9ff0ff0b1b149e77ed6a01cd68256e002a72a239;hp=8b0983731a64b522b6ef98f1a8e09e17113a67b4;hb=7a4ea0a4d67744fd3f6b5f207d857005fc707b46;hpb=29ac1edaf5f12d706179ec87816ee1506ba4c9a1 diff --git a/packages/kernel/v2_0/tests/kmbox1.c b/packages/kernel/v2_0/tests/kmbox1.c index 8b098373..9ff0ff0b 100644 --- a/packages/kernel/v2_0/tests/kmbox1.c +++ b/packages/kernel/v2_0/tests/kmbox1.c @@ -9,6 +9,7 @@ // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2006 eCosCentric Ltd. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -32,9 +33,6 @@ // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. -// -// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -// at http://sources.redhat.com/ecos/ecos-license/ // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //========================================================================== @@ -187,7 +185,7 @@ void kmbox1_main( void ) (void *)stack[0], STACKSIZE, &thread[0], &thread_obj[0]); cyg_thread_resume(thread[0]); - cyg_thread_create(4, entry1 , (cyg_addrword_t)1, "kmbox1-1", + cyg_thread_create(5, entry1 , (cyg_addrword_t)1, "kmbox1-1", (void *)stack[1], STACKSIZE, &thread[1], &thread_obj[1]); cyg_thread_resume(thread[1]);