diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2013-04-22 12:26:16 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2013-04-22 12:26:16 -0500 |
commit | c96f99a3330e432c3ab7169e59d74acedec19639 (patch) | |
tree | 1e0c15759c781e335c459b24a122c66a4cc545ae /arm-lpae-ax88796.patch | |
parent | 301a410406ad285cc2cfcb3673c4f6b7f6f2dca4 (diff) | |
download | kernel-c96f99a3330e432c3ab7169e59d74acedec19639.tar.gz kernel-c96f99a3330e432c3ab7169e59d74acedec19639.tar.xz kernel-c96f99a3330e432c3ab7169e59d74acedec19639.zip |
Linux v3.9-rc8
Diffstat (limited to 'arm-lpae-ax88796.patch')
-rw-r--r-- | arm-lpae-ax88796.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-lpae-ax88796.patch b/arm-lpae-ax88796.patch index 3b9c32644..b1bdc760c 100644 --- a/arm-lpae-ax88796.patch +++ b/arm-lpae-ax88796.patch @@ -12,7 +12,7 @@ index 70dba5d..763e575 100644 + /* LPAE breaks this code as __aeabi_uldivmod for 64-bit + * is not supported in lib1funcs.s yet + */ - resource_size_t mem_size, mem2_size = 0; + unsigned long mem_size, mem2_size = 0; +#else + u32 mem_size, mem2_size = 0; +#endif |