commit | b85d45947951d23cb22d90caecf4c1eb81342c96 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Sep 24 23:34:02 2015 +0300 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Nov 02 18:02:55 2015 +0300 |
tree | 5a9b1328d951b143cf9791ced96bec95c26ebceb | |
parent | 01618bded680573163403666d0546be536b22ac0 [diff] |
xtensa: xtfpga: fix integer overflow in TASK_SIZE This fixes the following warning when default memory region crosses 0x80000000: arch/xtensa/include/asm/processor.h:40:47: warning: integer overflow in expression [-Woverflow] #define TASK_SIZE (PLATFORM_DEFAULT_MEM_START + PLATFORM_DEFAULT_MEM_SIZE) ^ Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>