Subversion Repositories HelenOS-historic

Rev

Rev 1221 | Rev 1705 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
 /** @addtogroup amd64debug ia32/amd64
-
 
30
 * @ingroup debug
-
 
31
 * @{
-
 
32
 */
-
 
33
/** @file
-
 
34
 */
-
 
35
 
29
#include <arch/debugger.h>
36
#include <arch/debugger.h>
30
#include <console/kconsole.h>
37
#include <console/kconsole.h>
31
#include <console/cmd.h>
38
#include <console/cmd.h>
32
#include <symtab.h>
39
#include <symtab.h>
33
#include <print.h>
40
#include <print.h>
Line 373... Line 380...
373
#ifdef CONFIG_SMP
380
#ifdef CONFIG_SMP
374
    exc_register(VECTOR_DEBUG_IPI, "debugger_smp",
381
    exc_register(VECTOR_DEBUG_IPI, "debugger_smp",
375
             debug_ipi);
382
             debug_ipi);
376
#endif
383
#endif
377
}
384
}
-
 
385
 
-
 
386
 /** @}
-
 
387
 */
-
 
388