kgdb_post_primary_code

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

kgdb_post_primary_code - (optional) Save error vector/code numbers.

SYNOPSIS

void kgdb_post_primary_code(struct pt_regs * regs, int e_vector, int err_code);

ARGUMENTS

regs

Original pt_regs.

e_vector

Original error vector.

err_code

Original error code.

DESCRIPTION

This 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.

AUTHORS

Jason Wessel <jason.wessel@windriver.com>

Author.

Tom Rini <trini@kernel.crashing.org>

Author.

Amit S. Kale <amitkale@linsyssoft.com>

Author.