Added a comment about why we are copying the passed in kernel args.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7274 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-04-21 01:25:23 +00:00
parent 85eea08ac9
commit 185df3d6bd
+1
View File
@@ -58,6 +58,7 @@ _start(kernel_args *oldka, int cpu_num)
kernel_startup = true;
memcpy(&ka, oldka, sizeof(kernel_args));
// the passed in kernel args are in a non-allocated range of memory
smp_set_num_cpus(ka.num_cpus);