commit | 4dc1f31ec3f13a065c7ae2ccdec562b0123e21bb | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 24 13:23:56 2024 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 25 09:53:03 2024 -0700 |
tree | fe7cd388eaa4ca644f81e808c62bc179f53d22a7 | |
parent | 86e6b1547b3d013bc392adf775b89318441403c2 [diff] |
x86: fix whitespace in runtime-const assembler output The x86 user pointer validation changes made me look at compiler output a lot, and the wrong indentation for the ".popsection" in the generated assembler triggered me. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>