Query: kgdb_post_primary_code
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KGDB_POST_PRIMARY_CO(9) KGDB Internals KGDB_POST_PRIMARY_CO(9)NAMEkgdb_post_primary_code - (optional) Save error vector/code numbers.SYNOPSISvoid kgdb_post_primary_code(struct pt_regs * regs, int e_vector, int err_code);ARGUMENTSregs Original pt_regs. e_vector Original error vector. err_code Original error code.DESCRIPTIONThis is usually needed on architectures which support SMP and KGDB. This function is called after all the secondary cpus have been put to a know spin state and the primary CPU has control over KGDB.AUTHORSJason Wessel <jason.wessel@windriver.com> Author. Tom Rini <trini@kernel.crashing.org> Author. Amit S. Kale <amitkale@linsyssoft.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 KGDB_POST_PRIMARY_CO(9)