)]}'
{
  "commit": "abf0cd3dff227cfb6e82ad13be62e28e6e89d5df",
  "tree": "40d66a99e64a918c339cd0b197d3f67bb00ac8b7",
  "parents": [
    "ece444b42b71eb5bce34a24ec584573b3c8c4a98"
  ],
  "author": {
    "name": "Graeme Russ",
    "email": "graeme.russ@gmail.com",
    "time": "Tue Feb 24 21:13:40 2009 +1100"
  },
  "committer": {
    "name": "Wolfgang Denk",
    "email": "wd@denx.de",
    "time": "Fri Mar 20 22:39:13 2009 +0100"
  },
  "message": "Rewrite i386 interrupt handling\n\nRewrite interrupt handling functionality for the i386 port. Separated\nfunctionality into separate CPU and Architecture components.\n\nIt appears as if the i386 interrupt handler functionality was intended\nto allow multiple handlers to be installed for a given interrupt.\nUnfortunately, this functionality was not fully implemented and also\nhad the problem that irq_free_handler() does not allow the passing\nof the handler function pointer and therefore could never be used to\nfree specific handlers that had been installed for a given IRQ.\n\nThere were also various issues with array bounds not being fully\ntested.\n\nI had two objectives in mind for the new implementation:\n\n1) Keep the implementation as similar as possible to existing\n   implementations. To that end, I have used the leon2/3\n   implementations as the reference\n\n2) Seperate CPU and Architecture specific elements. All specific i386\n   interrupt functionality is now in cpu/i386/ with the high level\n   API and architecture specific code in lib_i386. Functionality\n   specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has\n   been further split out into an individual file to allow for the\n   implementation of the PIC architecture of the SC520 CPU (supports\n   more IRQs)\n\nSigned-off-by: Graeme Russ \u003cgraeme.russ at gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "761c4f6fcc42382e6c54736909b5b20a86a852f9",
      "old_mode": 33188,
      "old_path": "cpu/i386/Makefile",
      "new_id": "f72cd6ea16eb1313c0154b8561c24b08da834c80",
      "new_mode": 33188,
      "new_path": "cpu/i386/Makefile"
    },
    {
      "type": "modify",
      "old_id": "b9af5f89d532c11356b2f31f9bfe1a78e9604e98",
      "old_mode": 33188,
      "old_path": "cpu/i386/cpu.c",
      "new_id": "d91e33b947ade5e48936ca2c605f4be2054a39df",
      "new_mode": 33188,
      "new_path": "cpu/i386/cpu.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "bc3d43460196605541f2aa952f13a6759c813dc3",
      "new_mode": 33188,
      "new_path": "cpu/i386/exceptions.c"
    },
    {
      "type": "modify",
      "old_id": "badb30bb8a1b3a044c0b59d2a3803a0ec71227ed",
      "old_mode": 33188,
      "old_path": "cpu/i386/interrupts.c",
      "new_id": "026a21bd21711cdd991b761fe23119d8e9e5de00",
      "new_mode": 33188,
      "new_path": "cpu/i386/interrupts.c"
    },
    {
      "type": "modify",
      "old_id": "315b4001ca560439606366c9c62f7b6b90f6e74e",
      "old_mode": 33188,
      "old_path": "include/asm-i386/interrupt.h",
      "new_id": "7f408cb944e3b06304c0866f257586ae66e2e483",
      "new_mode": 33188,
      "new_path": "include/asm-i386/interrupt.h"
    },
    {
      "type": "modify",
      "old_id": "12d10a78a0502bbce4362af57c914ad21aa8af50",
      "old_mode": 33188,
      "old_path": "include/asm-i386/u-boot-i386.h",
      "new_id": "9a60cacd193e56cf352806d5a2ef4b2b0bda87b0",
      "new_mode": 33188,
      "new_path": "include/asm-i386/u-boot-i386.h"
    },
    {
      "type": "modify",
      "old_id": "2ae79d89f46947f45a03c18dd55cb6774bbb9fdb",
      "old_mode": 33188,
      "old_path": "include/configs/eNET.h",
      "new_id": "84e1aefe1f873f53b8a5fda54e9ff403601f80d2",
      "new_mode": 33188,
      "new_path": "include/configs/eNET.h"
    },
    {
      "type": "modify",
      "old_id": "cb0de421a2bea9e8966adf5c87b6226953c09e03",
      "old_mode": 33188,
      "old_path": "include/configs/sc520_cdp.h",
      "new_id": "19e5889ff66d5760731c1aa8792cb146218e804e",
      "new_mode": 33188,
      "new_path": "include/configs/sc520_cdp.h"
    },
    {
      "type": "modify",
      "old_id": "3e8618498f3238a4627eb438cfdc1f6061bae39d",
      "old_mode": 33188,
      "old_path": "include/configs/sc520_spunk.h",
      "new_id": "20481bd499d5402e28b2565e2067e927ab6416db",
      "new_mode": 33188,
      "new_path": "include/configs/sc520_spunk.h"
    },
    {
      "type": "modify",
      "old_id": "4fbcd08b8869a149ebf9ebdae8d39159730bab8c",
      "old_mode": 33188,
      "old_path": "lib_i386/Makefile",
      "new_id": "fb4184b3676a8ebc459187c3fcc2426d9c95efd0",
      "new_mode": 33188,
      "new_path": "lib_i386/Makefile"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b0f84de4eb5e7ef3e2afe04768c9c29e98411bf4",
      "new_mode": 33188,
      "new_path": "lib_i386/interrupts.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f01298e9cf25292f529b087685b44e9c861353fb",
      "new_mode": 33188,
      "new_path": "lib_i386/pcat_interrupts.c"
    }
  ]
}
