diff options
| author | Christopher Li <sparse@chrisli.org> | 2013-03-05 19:42:04 -0800 |
|---|---|---|
| committer | Christopher Li <sparse@chrisli.org> | 2013-03-06 13:06:27 -0800 |
| commit | fbc8230fa8c464e69c006659600eecfcdf6954ab (patch) | |
| tree | 5a25dfa21603d74fd8f208edca844cd2de128670 /Makefile | |
| parent | afa3245c069c532f3a88bf0053113c54480a1c1d (diff) | |
| download | sparse-dev-fbc8230fa8c464e69c006659600eecfcdf6954ab.tar.gz | |
Larger buffer size for token concatenation
Currently there are a few source file in the kernel can't
parse property due to over run of the concatenation buffer.
They either have a large string concatnation or huge macro
expand. The TRACE macro is a common one.
Now show_token_sequence and quote_token_sequence is combined
into one function with a bigger buffer. It works for most
of the kernel source except the config_data.h. The kernel
config is about 70K, larger than the string allocator chunk size.
It needs some plumbing work in the allocator before we can
allow bigger string token.
Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
