commit | f5b90e7b1ffe5994f4767ee356b7bbd7aa513261 | [log] [tgz] |
---|---|---|
author | Yonatan Schachter <yonatan.schachter@gmail.com> | Fri Aug 20 18:03:02 2021 +0300 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Sat Aug 21 21:32:45 2021 -0400 |
tree | 83e99d8c8f1ab656fe5448cf24feb6e4407b0520 | |
parent | 2130e2b549e2f73fe99dfff030a2f25aff717396 [diff] |
ring_buffer: Link buffer data to the .noinit section The ring buffer's static declarations now declare the ring buffer's data as __noinit, to avoid unnecessary initialization of the buffer. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>