1. NAME

kgdb_arch_late - Perform any architecture specific initalization.

2. SYNOPSIS

void kgdb_arch_late( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

This function will handle the late initalization of any architecture specific callbacks. This is an optional function for handling things like late initialization of hw breakpoints. The default implementation does nothing.

5. AUTHOR

Jason Wessel <>
    Author.

6. COPYRIGHT