Commit 61984edd authored by Laurent Dufour's avatar Laurent Dufour Committed by Pavel Emelyanov

ppc64: fixing comment

Fixing comment leading to think that 32bit tasks are supported, which is
not the case.

For the record, ppc64le is not supporting 32bit task, while ppc64 (the Big
Endian architecture) has an option to support 32bit task but CRIU doesn't
yet run on ppc64.
Reported-by: 's avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 9b074657
...@@ -100,7 +100,7 @@ typedef uint64_t tls_t; ...@@ -100,7 +100,7 @@ typedef uint64_t tls_t;
/* /*
* Copied for the Linux kernel arch/powerpc/include/asm/processor.h * Copied for the Linux kernel arch/powerpc/include/asm/processor.h
* *
* NOTE: 32bit task are supported. * NOTE: 32bit tasks are not supported.
*/ */
#define TASK_SIZE_USER64 (0x0000400000000000UL) #define TASK_SIZE_USER64 (0x0000400000000000UL)
#define TASK_SIZE TASK_SIZE_USER64 #define TASK_SIZE TASK_SIZE_USER64
......
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