Skip to content

Commit

Permalink
[WIP] stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
neuschaefer committed Aug 14, 2023
1 parent 10b31db commit 99f0ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ __arm926ejs_mmu_cache_on:
__armv4_mmu_cache_on:
mov r12, lr
#ifdef CONFIG_MMU
mov r6, #CB_BITS | 0x12 @ U
mov r6, #CB_BITS | 0x12 @ Section descriptors
bl __setup_mmu
mov r0, #0
mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
Expand Down
2 changes: 1 addition & 1 deletion lib/decompress_unzstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static int INIT __unzstd(unsigned char *in_buf, long in_len,
* We need to know the window size to allocate the zstd_dstream.
* Since we are streaming, we need to allocate a buffer for the sliding
* window. The window size varies from 1 KB to ZSTD_WINDOWSIZE_MAX
* (8 MB), so it is important to use the actual value so as not to
* (128 MB), so it is important to use the actual value so as not to
* waste memory when it is smaller.
*/
ret = zstd_get_frame_header(&header, in.src, in.size);
Expand Down

0 comments on commit 99f0ec1

Please sign in to comment.