• Rusty Russell's avatar
    [PATCH] Exception table cleanup · af285fc8
    Rusty Russell authored
    This patch combines the common exception table searching functionality
    for various architectures, to avoid unneccessary (and currently buggy)
    duplication, and so that the exception table list and lock can be kept
    private to module.c.
    
    The archs provide "struct exception_table" and "search_extable": the
    generic infrastructure drives the rest.
    af285fc8
module.c 37.1 KB